Created
March 12, 2023 04:07
-
-
Save SequentialDesign/96d8b113f969688750dec91f5209389a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (defcfg) | |
| (defsrc | |
| spc | |
| h | |
| i | |
| e | |
| a | |
| t | |
| n | |
| c | |
| w | |
| ) | |
| (defalias | |
| dir (layer-toggle Direction) | |
| sd (tap-hold 1000 1000 spc @dir) | |
| ) | |
| (deflayer base | |
| @sd | |
| h | |
| i | |
| e | |
| a | |
| t | |
| n | |
| c | |
| w | |
| ) | |
| (deflayer Direction | |
| - | |
| pgdn | |
| pgup | |
| home | |
| end | |
| left | |
| down | |
| rght | |
| up | |
| ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment