1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 14:27:59 +01:00

Added Ctrl-[ alias, and 's' guioption

This commit is contained in:
Martin Stubenschrott
2007-04-16 23:31:55 +00:00
parent 6797ee2cfb
commit 849789d23d
9 changed files with 13 additions and 7 deletions

View File

@@ -634,7 +634,7 @@ var g_mappings = [/*{{{*/
function(count) { openVimperatorBar(null); }
],
[
["<Esc>"],
["<Esc>", "<C-[>"],
"Cancel any operation",
"Stops loading the current webpage and exits any command line or hint mode.<br>"+
"Also focuses the web page, in case a form field has focus, and eats our key presses.",