зеркало из https://github.com/mozilla/pjs.git
close tags with /> r=syd (causes crash on Mac when typing any character into an input field)
This commit is contained in:
Родитель
1c53b4e06f
Коммит
27e229ecfc
|
@ -16,8 +16,9 @@
|
|||
controller.doCommand('cmd_redo');"/>
|
||||
|
||||
<!-- In single-line text fields, ignore the xp bindings for home and end -->
|
||||
<key id="macHomekb" keycode="VK_HOME" shift="false" cancel="true">
|
||||
<key id="macEndkb" keycode="VK_END" shift="false" cancel="true">
|
||||
<key id="macHomekb" keycode="VK_HOME" shift="false" cancel="true" />
|
||||
<key id="macEndkb" keycode="VK_END" shift="false" cancel="true" />
|
||||
|
||||
<!-- and make up and down arrows do those functions -->
|
||||
<key id="key_up" keycode="VK_UP" shift="false"
|
||||
onkeypress="
|
||||
|
|
Загрузка…
Ссылка в новой задаче