Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jaimeloeuf/rsi-free

VS Code keybindings / keymap extension to keep you Repetitive Strain Injury free
https://github.com/jaimeloeuf/rsi-free

escape-key rsi rsi-free vscode-extension vscode-keymap

Last synced: about 2 months ago
JSON representation

VS Code keybindings / keymap extension to keep you Repetitive Strain Injury free

Awesome Lists containing this project

README

        

# rsi-free
Visual Studio Code extension "rsi-free" is a keymap extension with some key bindings that are meant to prevent RSI (Repetitive Strain Injuries)

## Features
- Maps all ***standalone*** use of \ key to \
- Meaning all default key bindings that use \ can now be accessed with \
- This DOES NOT include Combo type key bindings of \ such as double \ presses or \
- Since we are unable to map a key binding to a modifier key such as \, the best way to then "replace" use of escape is to bind other keybindings like \ to all the keybindings that are binded to \ by default.

## Requirements
-- NIL --

## Extension Settings
This extension contributes the following settings:
* `rsi-free.enable`: enable/disable this extension

## Known Issues
- This issue is documented in the first feature, where only ***standalone*** use of \ key's are mapped to \
- Meaning no Combo type key bindings of \ such as double \ presses or \
- Reason is because we are unable to map a key binding to a modifier key such as \ through VS code extensions API, the best way to then "replace" use of escape is to bind other keybindings like \ to all the keybindings that are binded to \ by default.

## Roadmap
- [ ] Add more key bindings....

## Release Notes
### 0.0.1
Initial release with basic Escape key bindings.

---
## License, Author and Contributing
This project is developed and made available under the "MIT License". Feel free to use it however you like!
If you have any questions, contact us via via at [email protected]
Authors:
- [JJ](https://github.com/Jaimeloeuf)