Hotkeys Popup is a GNOME Shell Extension that displays currently configured Gnome hotkeys in a popup.
- Show Gnome hotkeys found by introspection.
- Choose which hotkeys should be displayed in popup
- Add your own extra hotkeys and hotkey groups.
- Works with Gnome 40,41,42 and 43
- Transparency optional
The popup is activated with Super + S.
Open the preference to enable of disable automatically found hotkeys.
You can add extra shortcuts from a JSON File. Download the sample config file, and add you own groups and hotkeys.
curl https://raw.githubusercontent.com/mipmip/gnome-shell-extensions-hotkeys-popup/main/hotkeys-popup-custom-example.json > ~/.hotkeys-popup-custom.json
- Fork it ( https://github.com/mipmip/gnome-shell-extensions-hotkeys-popup/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
The idea of having an up to date hotkey popup window comes from AwesomeWM.
This extension is initially forked from [Shortcuts] (https://gitlab.com/paddatrapper/shortcuts-gnome-extension).
You may need to restart GNOME (Alt + F2, r) before you see Shortcuts in your list of extensions.
npm run lint
Set correct version in metadata.js
npm run release-git
Convert tag to release in github.