]> git.scottworley.com Git - nonblockingswitcher/blobdiff - README.md
Declare gnome-shell 40.1 compatibility
[nonblockingswitcher] / README.md
index 043aa62436d4fa86ec48918dcc793851302adc04..50c748a17cf6b02a51252397aff8473f60766b4f 100644 (file)
--- 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 `<Super>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 `<Super>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.