/gnome-shell-extensions-hotkeys-popup

GNOME Shell Extension that displays currently configured Gnome hotkeys in a popup.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Hotkeys Popup

Hotkeys Popup is a GNOME Shell Extension that displays currently configured Gnome hotkeys in a popup.

Features

  • 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

Usage

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

Contributing

  1. Fork it ( https://github.com/mipmip/gnome-shell-extensions-hotkeys-popup/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Credits

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).

Install

You may need to restart GNOME (Alt + F2, r) before you see Shortcuts in your list of extensions.

Lint

npm run lint

Release

Set correct version in metadata.js

npm run release-git

Convert tag to release in github.