mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 01:40:17 +01:00
16 lines
452 B
XML
16 lines
452 B
XML
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE overlay SYSTEM "chrome://inspector/locale/viewers/dom.dtd">
|
|
|
|
<overlay id="ovDOMViewerKeyset"
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
|
|
<keyset id="ksGlobalKeyset">
|
|
<key id="key:find" xulkey="true" key="&cmdShowFindDialog.accelkey;" observes="cmd:find" modifiers="accel"/>
|
|
<key id="key:findNext" keycode="VK_F3" observes="cmd:findNext"/>
|
|
</keyset>
|
|
|
|
</overlay>
|
|
|
|
|