Closed
Bug 882940
Opened 13 years ago
Closed 13 years ago
Add Ctrl-L as a synonym for /clear
Categories
(Other Applications Graveyard :: ChatZilla, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mcepl, Assigned: mcepl)
Details
(Whiteboard: [cz-0.9.90.1])
Attachments
(1 file)
|
1.05 KB,
patch
|
bugzilla-mozilla-20000923
:
review+
|
Details | Diff | Splinter Review |
If I get some hints how to attach a command to a shortcut, it should be trivial I guess to write a patch. But alas! I don't know how to do it. Could anybody help?
Comment 1•13 years ago
|
||
https://hg.mozilla.org/chatzilla/file/945f7a1efd97/locales/en-US/chrome/chatzilla.properties
You essentially just want to find cmd.clear in there, and add
cmd.clear.key = accel L
I think that's all it should take. There's a python script in the root of the project that'll generate an XPI package with which you can test your changes.
| Assignee | ||
Comment 2•13 years ago
|
||
> cmd.clear.key = accel L
Well, cmd.clear-view.key, but otherwise, it is that. Thank you.
Attachment #762662 -
Flags: review?(gijskruitbosch+bugs)
Comment 3•13 years ago
|
||
Comment on attachment 762662 [details] [diff] [review]
suggested patch
I think I suggested most of this, so it's probably better if this gets an OK from James.
Attachment #762662 -
Flags: review?(gijskruitbosch+bugs) → review?(bugzilla-mozilla-20020327)
Comment 4•13 years ago
|
||
Comment on attachment 762662 [details] [diff] [review]
suggested patch
Review of attachment 762662 [details] [diff] [review]:
-----------------------------------------------------------------
My only concerns are that this provides users with an unrecoverable accident shortcut key. We can always pull it out or change the key if it proves to be a problem though, so I'm okaying this.
Attachment #762662 -
Flags: review?(bugzilla-mozilla-20020327) → review+
| Assignee | ||
Comment 6•13 years ago
|
||
(In reply to James Ross from comment #4)
> My only concerns are that this provides users with an unrecoverable accident
> shortcut key. We can always pull it out or change the key if it proves to be
> a problem though, so I'm okaying this.
Well, more thorough solution would be to on first use rise up a dialog asking to switch on logs, I guess. But this could do for now.
Comment 7•13 years ago
|
||
Assignee: rginda → mcepl
Status: NEW → RESOLVED
Closed: 13 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Updated•13 years ago
|
Whiteboard: [cz-0.9.91]
Updated•11 years ago
|
Whiteboard: [cz-0.9.91] → [cz-0.9.90.1]
Updated•1 year ago
|
Product: Other Applications → Other Applications Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•