Topic: Computers Mozilla key bindings

(link)

4:57pm, Wednesday 5 October 2005

Bah, a Mozilla upgrade ate some of my key bindings. To save me having to figure it out again next time :-( here's the fix.

Edit /usr/lib/mozilla/res/builtin/platformHTMLBindings.xml and insert the following lines in the inputFields and textAreas handlers:

<handler event="keypress" key="a" modifiers="accel" command="cmd_beginLine"/>
<handler event="keypress" key="e" modifiers="accel" command="cmd_endLine"/>
<handler event="keypress" key="d" modifiers="accel" command="cmd_deleteCharForward"/>

If there's a better way - let me know!

back to main

<-
 Topic:    
->

Powered by Personal Weblog.

February 2018
Sun Mon Tue Wed Thu Fri Sat
        1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28      
Jan   Mar

[RSS]

 


 


Dave Holland <dave@biff.org.uk>
$Id: index.php,v 1.75 2010-07-09 22:15:04 dave Exp $