https://github.com/ap--/gnome-shell-keyboard-navigator
gnome-shell extension that allows you to select windows in overlay mode using the left/right arrowkeys and Enter.
https://github.com/ap--/gnome-shell-keyboard-navigator
Last synced: 11 months ago
JSON representation
gnome-shell extension that allows you to select windows in overlay mode using the left/right arrowkeys and Enter.
- Host: GitHub
- URL: https://github.com/ap--/gnome-shell-keyboard-navigator
- Owner: ap--
- Created: 2013-04-05T13:27:35.000Z (about 13 years ago)
- Default Branch: windowsNavigator
- Last Pushed: 2013-04-15T18:20:35.000Z (about 13 years ago)
- Last Synced: 2025-03-13T20:23:23.209Z (over 1 year ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## keyboard navigator
This is a gnome-shell extension that allows you to select windows in overlay mode by using the left and right arrow keys. A small label indicates the currently selected window. Pressing Enter brings the currently labeled window into focus.
Most of the code in this extension comes from the _Window Navigator extension_ [https://extensions.gnome.org/extension/10/windownavigator/]
### known issues
* the order in which the left and right keys cicle through the overlay windows is not intuitive, because the overlay placement is not taken into account
* I bet someone will run into a bug, when closing windows in overlay mode. The extension doesn't deal with this. But I haven't encountered a problem so far.