From 17f9578f37215f54632eb734563b1aca591ee791 Mon Sep 17 00:00:00 2001 From: lulusillyyy Date: Fri, 29 Aug 2025 21:27:52 -0400 Subject: [PATCH] prtscr doesn't work in MacOS, so have to scrap for cross-compatibility. --- .config/kanata/conf.kbd | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/.config/kanata/conf.kbd b/.config/kanata/conf.kbd index 3c25e7f..1901d6c 100755 --- a/.config/kanata/conf.kbd +++ b/.config/kanata/conf.kbd @@ -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 _ _ _ _ _ _ _ _ _ _ _ _ _ -) \ No newline at end of file +)