home
home copied to clipboard
Windows10下Alt快捷键不起使用
我在Win10系统下设定了如下快捷键,部署后都不起使用,并且日志里也没有错误。
# default.custom.yaml
patch:
"key_binder/bindings":
- { accept: Alt+j, send: Down, when: composing }
- { accept: Alt+k, send: Up, when: composing }
- { accept: Alt+i, send: Escape, when: composing }
- { accept: Alt+d, send: "Shift+Delete", when: composing }
- { accept: Alt+h, send: Page_Up, when: has_menu }
- { accept: Alt+l, send: Page_Down, when: has_menu }
如果将以上的Alt
换成Alt_L
,日志里会说:
# Error Log
parse error: unrecogized modifier 'Alt_L'
invalid key binding #4.
请问该如何解决。
+1 ,我也遇到了,等待大佬解答