prtscr doesn't work in MacOS, so have to scrap for cross-compatibility.
This commit is contained in:
parent
eae6df201e
commit
17f9578f37
1 changed files with 5 additions and 12 deletions
|
|
@ -2,7 +2,7 @@
|
|||
Kanata Config
|
||||
○ Ergonomic (kinda?) 34-key QWERTY layout
|
||||
○ GACS home-row mods
|
||||
○ Layers for Function, number, and symbol keys
|
||||
○ Layers for function, number, media, and symbol keys
|
||||
○ Dedicated (and non-intrusive!) standard layout toggle for reliant tasks
|
||||
○ Decently commented for beginners and seasoned veterans alike.
|
||||
|
||||
|
|
@ -14,7 +14,8 @@
|
|||
|#
|
||||
(defcfg
|
||||
;; process-unmapped-keys false
|
||||
concurrent-tap-hold yes ;; Required to use chords
|
||||
concurrent-tap-hold yes
|
||||
movemouse-smooth-diagonals yes ;; For smoother diagonal movement with movemouse.
|
||||
)
|
||||
#|
|
||||
Trying to be minimal in order to reduce constant editing
|
||||
|
|
@ -33,14 +34,6 @@
|
|||
tap-time 200
|
||||
hold-time 250
|
||||
)
|
||||
;; MacOS specific. Swap the meta and control places for optimal
|
||||
;; home row mod placement.
|
||||
(platform (macos)
|
||||
(defoverrides
|
||||
(lmet lctl)
|
||||
(lctl lmet)
|
||||
)
|
||||
)
|
||||
;; Bindings
|
||||
(defalias
|
||||
;; Normal keyboard layer for gaming/other normie usage
|
||||
|
|
@ -166,8 +159,8 @@
|
|||
)
|
||||
(deflayer md
|
||||
_
|
||||
_ _ _ _ _ _ _ _ _ prtsc
|
||||
_ _ _ _ _ _ _ _ _ _
|
||||
prev pp next mute vold volu ins del brdn brup
|
||||
_ _ _ _ _ _ _ _ _ _
|
||||
_ _ _
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue