platform-specific key binding files per platform, as requested by Hyatt for his new keybinding plan. Part of the ongoing mjudge/hyatt/me/saari checkin. git-svn-id: svn://10.0.0.236/trunk@56108 18797224-902f-48f8-a5cc-f745e15eee43
19 lines
449 B
XML
19 lines
449 B
XML
<?xml version="1.0"?>
|
|
<!-- windows version of platformTextAreaBindings.xul -->
|
|
|
|
<keybinding id="platformTextAreaBindings"
|
|
xmlns:html="http://www.w3.org/TR/REC-html40"
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
|
|
<!-- xul key for Windows -->
|
|
<keyset id="editorKeySet" xulkey="ctrl">
|
|
|
|
<!-- No windows-specific text area bindings known at this time -->
|
|
|
|
</keyset>
|
|
|
|
<!-- End Unix-specific keybindings -->
|
|
|
|
</keybinding>
|
|
|