/ubersicht-shortcut-widget

Shortcut widget for Übersicht.

Primary LanguageJavaScriptMIT LicenseMIT

Shortcuts widget for Übersicht

This Übersicht widget displays keyboard shorcuts.

How to install

  • Create a new directory in the Übersicht widgets directory, e.g. shortcuts, and place shortcuts.jsx and shortcuts.json in it.
  • Open the shortcuts.jsx file and adjust values in the "CUSTOMIZE ME" section to adjust widget placement and size.
  • Open the shortcuts.json file and adjust list of shortcuts to display.

The format of the shortcuts.json file looks such:

{
  "Application / shortcut group": {
    "Shortcut name / description": "shortcut",
  }
}