mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1000002 - Eyedropper and Style Editor use same commandkey: 'y', uppercase the 'a' for App Manager. r=jaws
This commit is contained in:
parent
ca2b3981b8
commit
ea802f9092
@ -259,7 +259,7 @@ These should match what Safari and other Apple applications use on OS X Lion. --
|
||||
<!ENTITY devToolbarMenu.label "Developer Toolbar">
|
||||
<!ENTITY devToolbarMenu.accesskey "v">
|
||||
<!ENTITY devAppMgrMenu.label "App Manager">
|
||||
<!ENTITY devAppMgrMenu.accesskey "a">
|
||||
<!ENTITY devAppMgrMenu.accesskey "A">
|
||||
<!ENTITY devToolbar.keycode "VK_F2">
|
||||
<!ENTITY devToolbar.keytext "F2">
|
||||
<!ENTITY devToolboxMenuItem.label "Toggle Tools">
|
||||
|
@ -58,7 +58,7 @@ open.commandkey=VK_F7
|
||||
|
||||
# LOCALIZATION NOTE (open.accesskey): The access key used to open the style
|
||||
# editor.
|
||||
open.accesskey=y
|
||||
open.accesskey=l
|
||||
|
||||
# LOCALIZATION NOTE (saveStyleSheet.commandkey): This the key to use in
|
||||
# conjunction with accel (Command on Mac or Ctrl on other platforms) to Save
|
||||
|
Loading…
Reference in New Issue
Block a user