Skip to content

Commit

Permalink
Merge branch 'master' of ssh://github.com/MetalBlueberry/chkb
Browse files Browse the repository at this point in the history
  • Loading branch information
MetalBlueberry committed Dec 3, 2020
2 parents 63ff0e3 + 19722da commit 91d3b36
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions cmd/chkb/keys.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ base:
# - action: Nil

control:
onMiss:
- action: PopLayer
layerName: control
- action: Map
keyMap:
KEY_CAPSLOCK:
Tap:
Expand Down Expand Up @@ -58,6 +62,8 @@ arrows:
Tap:
- action: PopLayer
layerName: arrows
- action: PushLayer
layerName: control
Map:
- keyCode: KEY_LEFTMETA
KEY_LEFT:
Expand Down Expand Up @@ -88,8 +94,16 @@ numpad:
Tap:
- action: PopLayer
layerName: numpad
- action: PushLayer
layerName: control
Map:
- keyCode: KEY_LEFTMETA
KEY_LEFTSHIFT:
Tap:
- action: PopLayer
layerName: numpad
Map:
- keyCode: KEY_LEFTSHIFT
KEY_U:
Map:
- keyCode: KEY_7
Expand Down

0 comments on commit 91d3b36

Please sign in to comment.