Skip to content

A lightweight Chrome extension for enhancing existing Chrome hotkeys

License

Notifications You must be signed in to change notification settings

liuyang1520/simple-hotkeys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b354448 · Aug 26, 2023

History

74 Commits
Aug 22, 2023
Jan 9, 2019
Jun 9, 2019
Jan 9, 2019
Jan 9, 2019
Jan 9, 2019
Aug 26, 2023
Jan 9, 2019
Jun 4, 2019
Jul 9, 2022
Jan 9, 2019
Jul 9, 2022
Aug 12, 2023
Jul 7, 2022

Repository files navigation

Simple Hotkeys

A lightweight Chrome extension for enhancing existing Chrome hotkeys (Chrome Web Store link).

While there are a plenty of extensions giving users a variety of configurations for shortcuts/hotkeys, the ideas behind this application are

  • lightweight
  • preconfigured
  • intuitively
  • simple

Features

  • Search text in new tab and switch to it: Ctrl/Command(⌘) + Shift(⇧) + k
  • Search text in new tab in background: Ctrl/Command(⌘) + Shift(⇧) + l
  • Pin/Unpin current tab: Ctrl/Command(⌘) + Shift(⇧) + p
  • Detach current tab to a new window: no default
  • Navigate to last active tab: Ctrl/Command(⌘) + Shift(⇧) + e

Command(⌘) is replaced with Ctrl key for Windows computers.

Issues

Please feel free to contribute directly or create issues for any bugs and feature suggestions.

Contribution

  1. npm ci or npm install
  2. npx gulp
  3. Load ./dist into Chrome browser extensions for testing
  4. npx gulp package to create .zip package

Credits

Open-source projects:

Contributors:

License

MIT