From 302a4ef9592adec376885507ac45d6d41ca4730c Mon Sep 17 00:00:00 2001 From: Harivansh Rathi Date: Sat, 28 Mar 2026 14:44:15 -0400 Subject: [PATCH] rm du --- config/karabiner/karabiner.json | 42 --------------------------------- 1 file changed, 42 deletions(-) diff --git a/config/karabiner/karabiner.json b/config/karabiner/karabiner.json index c9ae99a..70de962 100644 --- a/config/karabiner/karabiner.json +++ b/config/karabiner/karabiner.json @@ -243,48 +243,6 @@ } ] }, - { - "description": "Caps Lock + U = Page Up", - "manipulators": [ - { - "from": { - "key_code": "u", - "modifiers": { - "mandatory": [ - "left_control" - ] - } - }, - "to": [ - { - "key_code": "page_up" - } - ], - "type": "basic" - } - ] - }, - { - "description": "Caps Lock + D = Page Down", - "manipulators": [ - { - "from": { - "key_code": "d", - "modifiers": { - "mandatory": [ - "left_control" - ] - } - }, - "to": [ - { - "key_code": "page_down" - } - ], - "type": "basic" - } - ] - }, { "description": "Right Command = Ctrl+B (tmux prefix)", "manipulators": [