mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-04 07:40:42 +00:00
Bug 410986 - Part 3: Include base handler bindings for inputs, textareas, and contenteditable fields on Unix as well; r,a=roc
This commit is contained in:
parent
0cedf4042d
commit
c7f0714a47
@ -6,6 +6,7 @@
|
||||
|
||||
<binding id="inputFields">
|
||||
<handlers>
|
||||
#include ../input-fields-base.inc
|
||||
<handler event="keypress" key="a" modifiers="alt"
|
||||
command="cmd_selectAll"/>
|
||||
<handler event="keypress" key="y" modifiers="accel"
|
||||
@ -18,6 +19,7 @@
|
||||
|
||||
<binding id="textAreas">
|
||||
<handlers>
|
||||
#include ../textareas-base.inc
|
||||
<handler event="keypress" key="a" modifiers="alt"
|
||||
command="cmd_selectAll"/>
|
||||
<handler event="keypress" key="y" modifiers="accel"
|
||||
@ -69,6 +71,7 @@
|
||||
|
||||
<binding id="editor">
|
||||
<handlers>
|
||||
#include ../editor-base.inc
|
||||
<handler event="keypress" key="z" modifiers="accel" command="cmd_undo"/>
|
||||
<handler event="keypress" key="z" modifiers="accel,shift" command="cmd_redo"/>
|
||||
<handler event="keypress" key="y" modifiers="accel" command="cmd_redo"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user