[ltp] Re:Forward/backward keys in Firefox

Leon Brokken linux-thinkpad@linux-thinkpad.org
Sat, 05 Nov 2005 19:20:22 +0100


Leon Brokken wrote:

>Got it fixed. In content/browser/browser.xul I used to have
>     <key id="goBackTP" keycode="VK_F21" command="Browser:Back" />
>     <key id="goForwardTP" keycode="VK_F22" command="Browser:Forward" />
>
>which works well with fFF 1.0.6. Now in 1.0.7 I changed it to
>     <key id="goBackKb" keycode="VK_F21" command="Browser:Back" />
>     <key id="goForwardKb" keycode="VK_F22" command="Browser:Forward" />
>
>and all is well.
>  
>
Replying to my own mail...

Wouldn't it be possible to add these settings to the user profile so
that they don't need to be edited afer every upgrade?

Cheers, Leon.