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
| { | |
| "directory": "vendor/assets/components" | |
| } |
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
| xmodmap -e 'clear Lock' -e 'keycode 0x42 = Escape' # map caps to escape | |
| setxkbmap -option ctrl:nocaps #disable caps default functionality | |
| setxkbmap -option grp:alt_shift_toggle us,gr # map alt shift to layout toggle |
OlderNewer