We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe70462 commit f14fde3Copy full SHA for f14fde3
src/MainWindow.vala
@@ -241,7 +241,6 @@ namespace Scratch {
241
action_accelerators.set (ACTION_NEXT_TAB, "<Control>Page_Down");
242
action_accelerators.set (ACTION_CLOSE_TAB + "::", "<Control>w");
243
action_accelerators.set (ACTION_CLOSE_OTHER_TABS, "<Shift><Control>w");
244
-
245
action_accelerators.set (ACTION_PREVIOUS_TAB, "<Control><Shift>Tab");
246
action_accelerators.set (ACTION_PREVIOUS_TAB, "<Control>Page_Up");
247
action_accelerators.set (ACTION_CLEAR_LINES, "<Control>K"); //Geany
0 commit comments