SimpleShortcuts

Create single-key shortcuts for any page. Press ctrl+alt+s to open manager.

コードが変更されたバージョンのみを表示しています すべてのバージョンを表示

  • v2.4 2023/03/10 change click method
  • v2.3 2022/12/04 Remove URL input to keep it simple
  • v2.2 2022/11/27

    fix: not focusing on some search boxes

  • v2.1 2022/11/24 Accept non-alphabetic keys
  • v2.0 2022/11/22

    Major update: let user to manage shortcuts with UI

  • v1.0 2021/05/21

    It's getting less simple :-(

    Two types of keybinds are available:

    • class Keybind: takes a lambda does whatever
    • class Shortcut: takes a CSS selector points to clickable item and reminds you which key is assigned to it
  • v0.3 2021/03/17
  • v0.2 2021/03/17
  • v0.1 2021/03/16