X-Git-Url: http://git.scottworley.com/nonblockingswitcher/blobdiff_plain/1ee6d9a87d495d6243a7c9dc24117d5757e8cfd9..e91f6c0e15aaa8ac4df2066cd1b866cc96249506:/README.md diff --git a/README.md b/README.md index 043aa62..50c748a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # Non-Blocking Switcher -This extension works around a bug in the Gnome Shell window switcher -(`cycle-windows` & `cycle-windows-backward` -- bound to `Esc` by default) -where other keystrokes are blocked while the modifier key is held down. +This extension works around [bug 2057](https://gitlab.gnome.org/GNOME/gnome-shell/issues/2057) +in the Gnome Shell window switcher (`cycle-windows` & `cycle-windows-backward` -- bound +to `Esc` by default) where other keystrokes are blocked while the modifier key is +held down. This allows you to @@ -17,5 +18,5 @@ This extension works by immediately ending the application-switch as soon as it *This means that you can only ever switch to the first other-window in the tab list!* The default tab list order is most-recently-used, so by default ***you can only switch between two windows!*** Thus, it is highly recommended to use the [Round Robin Tab Order -extension](https://scottworley.com/git/roundrobintaborder) with this extension so that +extension](https://gitlab.gnome.org/chuck/round-robin-tab-order) with this extension so that all windows are reachable.