diff options
author | Kris Maglione <maglione.k@gmail.com> | 2011-01-26 06:48:13 -0500 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2011-01-26 06:48:13 -0500 |
commit | e6f565b884f2012a561c4fe342c32062a82f877f (patch) | |
tree | 0fbd7211a069a7c46901f0659138df8de0fa9668 /common/locale/en-US/browsing.xml | |
parent | 6bac5bf8656d18f1062f891abe87632701e5ede4 (diff) | |
download | pentadactyl-e6f565b884f2012a561c4fe342c32062a82f877f.tar.gz |
Add macro utility bindings. Add named aliases for some mappings.
--HG--
branch : key-processing
Diffstat (limited to 'common/locale/en-US/browsing.xml')
-rw-r--r-- | common/locale/en-US/browsing.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/common/locale/en-US/browsing.xml b/common/locale/en-US/browsing.xml index fb48cf46..03011a37 100644 --- a/common/locale/en-US/browsing.xml +++ b/common/locale/en-US/browsing.xml @@ -20,7 +20,7 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to &dactyl.host; or to a web page, you have two options: <item> - <tags><![CDATA[pass-through <C-z> CTRL-Z]]></tags> + <tags><![CDATA[pass-through <pass-all-keys> <C-z> CTRL-Z]]></tags> <spec><C-z></spec> <description> <p> @@ -33,7 +33,7 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to </item> <item> - <tags><![CDATA[send-key <C-v> CTRL-V]]></tags> + <tags><![CDATA[send-key <pass-next-key> <C-v> CTRL-V]]></tags> <spec><C-v></spec> <description> <p> @@ -171,7 +171,7 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to </item> <item> - <tags><![CDATA[<MiddleMouse> p]]></tags> + <tags><![CDATA[<open-clipboard-url> <MiddleMouse> p]]></tags> <strut/> <spec>p</spec> <description> @@ -185,7 +185,7 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to </item> <item> - <tags>P</tags> + <tags><tab-open-clipboard-url> P</tags> <strut/> <spec>P</spec> <description> @@ -343,7 +343,7 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to <h2 tag="reloading">Reloading</h2> <item> - <tags>r</tags> + <tags><reload> r</tags> <spec>r</spec> <description short="true"> <p>Reload the current web page.</p> @@ -351,7 +351,7 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to </item> <item> - <tags>R</tags> + <tags><full-reload> R</tags> <spec>R</spec> <description short="true"> <p>Reload the current web page without using the cache.</p> |