minor fix

This commit is contained in:
js0ny 2025-03-12 04:20:44 +00:00
parent 180de92998
commit b8df5bd6a0
3 changed files with 45 additions and 9 deletions

View file

@ -1066,6 +1066,38 @@
"vendor_id": 5426
},
"ignore": false
},
{
"identifiers": {
"is_keyboard": true,
"is_pointing_device": true,
"product_id": 560,
"vendor_id": 13364
},
"ignore": false,
"simple_modifications": [
{
"from": { "key_code": "backslash" },
"to": [{ "key_code": "delete_or_backspace" }]
},
{
"from": { "key_code": "delete_or_backspace" },
"to": [{ "key_code": "backslash" }]
},
{
"from": { "key_code": "left_control" },
"to": [{ "key_code": "left_command" }]
},
{
"from": { "key_code": "left_option" },
"to": [{ "apple_vendor_top_case_key_code": "keyboard_fn" }]
},
{
"from": { "key_code": "left_command" },
"to": [{ "key_code": "left_option" }]
}
],
"treat_as_built_in_keyboard": true
}
],
"name": "Colemak",

View file

@ -131,7 +131,7 @@
)
(if (not (eq system-type 'windows-nt))
(if (eq system-type 'gnu/linux)
(use-package! rime
:config
(setq default-input-method "rime")

View file

@ -10,6 +10,10 @@ move_visual_mark_down n
screen_down N
screen_up E
## Zoom
zoom_in =
### Search
next_item k