Skip to content
This repository has been archived by the owner on Jul 29, 2022. It is now read-only.

enable readline / emacs like keyboard shortcuts in text input fields

License

Notifications You must be signed in to change notification settings

fox-archives/web-input-readline-hotkeys-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Input Readline Hotkeys Extension

Chrome and Firefox extension to enable readline / emacs style keyboard shortcuts across the web. You can use these in the following places

  • <input> elements
  • HTMLElements that have attribute contenteditable set to true

This covers the majority of cases - it works on Slack, Discord, Youtube

Contributing

We use the pnpm package manager. Extensions are created separately for both Chrome and Firefox

pnpm i

# build (to be loaded as unpacked extension)
pnpm run dev
# output in dist/chrome or dist/firefox

pnpm run package
# creates `dist/chrome.zip` and `dist/firefox.zip`