зеркало из https://github.com/mozilla/pjs.git
Adding a test input bindings.xul file. r=saari
This commit is contained in:
Родитель
94f30cff36
Коммит
2957d8f689
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<window id="inputBindings"
|
||||
xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
<keyset>
|
||||
<key key="b" control="true" onkeydown="dump('I want to make CTRL-Q copy!!\n');"/>
|
||||
</keyset>
|
||||
</window>
|
||||
|
Загрузка…
Ссылка в новой задаче