зеркало из https://github.com/mozilla/pjs.git
adding new export for browserBindings.xul r =saari
This commit is contained in:
Родитель
f176e966c6
Коммит
b07fe56dc5
|
@ -1,3 +1,4 @@
|
|||
browserBindings.xul
|
||||
editorBindings.xul
|
||||
inputBindings.xul
|
||||
hiddenWindow.xul
|
||||
|
|
|
@ -29,6 +29,7 @@ include $(DEPTH)/config/autoconf.mk
|
|||
DIRS = unix
|
||||
|
||||
EXPORT_RESOURCE_CONTENT = \
|
||||
$(srcdir)/browserBindings.xul \
|
||||
$(srcdir)/editorBindings.xul \
|
||||
$(srcdir)/inputBindings.xul \
|
||||
$(srcdir)/hiddenWindow.xul \
|
||||
|
|
|
@ -6,6 +6,12 @@
|
|||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
|
||||
<keyset id="browserKeySet">
|
||||
<key id="key_home" key="a" shift="false" control="false"
|
||||
onkeypress="
|
||||
dump('hi hello stuff\n');
|
||||
var controller =
|
||||
document.commandDispatcher.getControllerForCommand('cmd_scrollPageUp');
|
||||
controller.doCommand('cmd_scrollPageUp');"/>
|
||||
<key id="key_home" keycode="VK_PAGEUP" shift="false" control="false"
|
||||
onkeypress="
|
||||
var controller =
|
||||
|
|
|
@ -28,6 +28,7 @@ include <$(DEPTH)\config\rules.mak>
|
|||
DISTBROWSER=$(DIST)\bin\chrome\global\content\default
|
||||
|
||||
install::
|
||||
$(MAKE_INSTALL) browserBindings.xul $(DISTBROWSER)
|
||||
$(MAKE_INSTALL) editorBindings.xul $(DISTBROWSER)
|
||||
$(MAKE_INSTALL) inputBindings.xul $(DISTBROWSER)
|
||||
$(MAKE_INSTALL) hiddenWindow.xul $(DISTBROWSER)
|
||||
|
|
Загрузка…
Ссылка в новой задаче