-
Notifications
You must be signed in to change notification settings - Fork 0
/
colemak-dh-iso.kbd
72 lines (63 loc) · 2.69 KB
/
colemak-dh-iso.kbd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
;; -*- mode: lisp; -*-
(defcfg
input (device-file "/dev/input/by-id/usb-04d9_USB-HID_Keyboard-event-kbd")
;; input (device-file "/dev/input/by-id/usb-Matias_Ergo_Pro_Keyboard-event-kbd")
output (uinput-sink "KMonad output")
fallthrough true
)
(defsrc
esc f1 f2 f3 f4 f5 f6 f7 f8 f9 f10 f11 f12
grv 1 2 3 4 5 6 7 8 9 0 - = bspc
tab q w e r t y u i o p [ ]
caps a s d f g h j k l ; ' \ ret
lsft 102d z x c v b n m , . / rsft
lctl lmet lalt spc ralt rmet cmp rctl
)
;;;; EXTENDED
;; (defalias
;; ext (layer-toggle extend) ;; Bind 'ext' to the Extend Layer
;; )
;;;; EXTENDED
;; (defalias
;; cpy C-c
;; pst C-v
;; cut C-x
;; udo C-z
;; all C-a
;; fnd C-f
;; bk Back
;; fw Forward
;; )
(deflayer colemak-dh
esc f1 f2 f3 f4 f5 f6 f7 f8 f9 f10 f11 f12
grv 1 2 3 4 5 6 7 8 9 0 - = bspc
tab q w f p b j l u y ; [ ]
caps a r s t g m n e i o ' \\ ret
lsft z x c d v 102d k h , . / rsft
lctl lmet lalt spc ralt rmet _ _
)
;; (deflayer colemak-dhk
;; esc f1 f2 f3 f4 f5 f6 f7 f8 f9 f10 f11 f12
;; grv 1 2 3 4 5 6 7 8 9 0 - = bspc
;; tab q w f p b j l u y ; [ ]
;; @ext a r s t g k n e i o ' \\ ret
;; lsft z x c d v 102d m h , . / rsft
;; lctl lmet lalt spc ralt rmet _ _
;; )
;;;; EXTENDED
;; (deflayer extend
;; _ play rewind previoussong nextsong ejectcd refresh brdn brup www mail prog1 prog2
;; _ f1 f2 f3 f4 f5 f6 f7 f8 f9 f10 f11 f12 _
;; _ esc @bk @fnd @fw ins pgup home up end menu prnt slck
;; _ lalt lmet lsft lctl ralt pgdn lft down rght del caps _ _
;; _ @udo @cut @cpy tab @pst _ pgdn bks lsft lctl comp _
;; _ _ _ ret _ _ _ _
;; )
(deflayer empty
_ _ _ _ _ _ _ _ _ _ _ _ _
_ _ _ _ _ _ _ _ _ _ _ _ _ _
_ _ _ _ _ _ _ _ _ _ _ _ _
_ _ _ _ _ _ _ _ _ _ _ _ _ _
_ _ _ _ _ _ _ _ _ _ _ _ _
_ _ _ _ _ _ _ _
)