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 e49a997 commit af33618Copy full SHA for af33618
js/ui/appSwitcher/appSwitcher.js
@@ -66,10 +66,12 @@ function getWindowsForBinding(binding) {
66
67
switch(binding.get_name()) {
68
case 'switch-panels':
69
+ case 'switch-panels-backward':
70
// Switch between windows of all workspaces
71
windows = windows.filter( matchSkipTaskbar );
72
break;
73
case 'switch-group':
74
+ case 'switch-group-backward':
75
// Switch between windows of the same application
76
let focused = global.display.focus_window ? global.display.focus_window : windows[0];
77
windows = windows.filter( matchWmClass, focused.get_wm_class() );
0 commit comments