mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 782865 - Keyboard simple quote character does not work in OOP applications [r=cjones]
This commit is contained in:
parent
ade085cd28
commit
99bb372471
@ -12,6 +12,3 @@
|
||||
<handler event="keypress" key="z" command="cmd_undo" modifiers="accel"/>
|
||||
<handler event="keypress" key="z" command="cmd_redo" modifiers="accel,shift" />
|
||||
<handler event="keypress" key="a" command="cmd_selectAll" modifiers="accel"/>
|
||||
|
||||
<handler event="keypress" key="/" command="cmd_findTypeText" modifiers="shift any"/>
|
||||
<handler event="keypress" key="'" command="cmd_findTypeLinks" modifiers="shift any"/>
|
||||
|
Loading…
Reference in New Issue
Block a user