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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user