This commit is contained in:
Harivansh Rathi 2026-03-28 14:44:15 -04:00
parent a74c0b42be
commit 302a4ef959

View file

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