https://github.com/chuanqisun/leap-code
A semi-modal system wide keyboard binding, optimized for Web development
https://github.com/chuanqisun/leap-code
bazecor dygma keyboard keyboard-layout keyboard-shortcuts keymap mechanical-keyboard vscode
Last synced: about 1 year ago
JSON representation
A semi-modal system wide keyboard binding, optimized for Web development
- Host: GitHub
- URL: https://github.com/chuanqisun/leap-code
- Owner: chuanqisun
- License: agpl-3.0
- Created: 2020-09-05T04:42:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-20T15:15:06.000Z (about 1 year ago)
- Last Synced: 2025-04-20T16:26:32.737Z (about 1 year ago)
- Topics: bazecor, dygma, keyboard, keyboard-layout, keyboard-shortcuts, keymap, mechanical-keyboard, vscode
- Language: Shell
- Homepage: https://github.com/chuanqisun/leap-code
- Size: 5.45 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Leap Code
A layout for Web Developers
- Software implementation
- Windows: [AutoHotKey v1](./ahk/)
- Linux: [kmonad](./kmonad), [xmodmap](./xmodmap/) (experimental)
- Firmware implementation
- Dygma Raise and Dygma Defy, see [dygma](./dygma/)
- Ultimate Hacking Keyboard (UHK), see [uhk](./uhk/)
## Design
(Using Dygma as an example)
### Base layer for typing

### Command layer
- Left hand: common symbols for coding
- Right hand: movements

### Funciton layer
- OS Functions
- Numpad

## Alternative solutions
- [keysharp](https://bitbucket.org/mfeemster/keysharp/src/master/)
- [AHK X11](https://github.com/phil294/AHK_X11)
- [AutoKey](https://github.com/autokey/autokey)