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": [