1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 15:57:58 +01:00

esc -> C-c to stop page

:stop command added
This commit is contained in:
Martin Stubenschrott
2007-04-24 21:06:57 +00:00
parent a98f9fd379
commit dc0af86c32
4 changed files with 24 additions and 6 deletions

View File

@@ -733,7 +733,7 @@ function onEscape()
if (!hasMode(MODE_ESCAPE_ONE_KEY))
{
setCurrentMode(MODE_NORMAL);
BrowserStop();
// BrowserStop(); -> moved to <C-c>
hah.disableHahMode();
focusContent(true, true);
}