mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 05:58:03 +01:00
Fix part of #110.
Fix #110 (;b and ;t don't respond to 'activate'. Behavior spec'd in :help is unclear). I've fixed the inverted ;b/;t behaviour (the bug), closed the ticket, and added 'activate' support as a TODO.
This commit is contained in:
@@ -1121,7 +1121,7 @@ function Buffer() //{{{
|
||||
case liberator.NEW_TAB:
|
||||
case liberator.NEW_BACKGROUND_TAB:
|
||||
ctrlKey = true;
|
||||
shiftKey = (where == liberator.NEW_BACKGROUND_TAB);
|
||||
shiftKey = (where != liberator.NEW_BACKGROUND_TAB);
|
||||
break;
|
||||
case liberator.NEW_WINDOW:
|
||||
shiftKey = true;
|
||||
|
||||
Reference in New Issue
Block a user