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

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

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

![image](https://github.com/chuanqisun/leap-code/assets/1895289/7e8515c9-d0be-43d5-b842-c66ccf5c0299)

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

![image](https://github.com/chuanqisun/leap-code/assets/1895289/b59f9b19-48e6-491d-9b73-c8ca52e86469)

### Funciton layer
- OS Functions
- Numpad

![image](https://github.com/chuanqisun/leap-code/assets/1895289/deec5d04-0395-4a88-ad02-e09316ad459e)

## Alternative solutions

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