mirror of
https://github.com/zoriya/abyss.git
synced 2026-08-15 18:44:47 +00:00
Add keymap draw tools
This commit is contained in:
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
keymap draw -n "2vv3332+3> 3<+23332vv" <(keymap parse -b draw/layout.yaml -z config/abyss.keymap) > draw/keymap.svg
|
||||
@@ -0,0 +1,11 @@
|
||||
layers:
|
||||
default: {}
|
||||
combos:
|
||||
- p: [9, 10, 11]
|
||||
k: HOME
|
||||
draw_separate: true
|
||||
l: [default]
|
||||
- p: [14, 15, 16]
|
||||
k: END
|
||||
draw_separate: true
|
||||
l: [default]
|
||||
Reference in New Issue
Block a user