Replies: 1 comment
-
|
参考方案:
; 输入法
; 计算机\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layouts\
; 00000409 US 键盘
; E0220804 小狼膏
^2::
SetCapsLockState, Off
DllCall("SendMessage", UInt, WinActive("A"), UInt, 80, UInt, 1, UInt, DllCall("LoadKeyboardLayout", Str,"E0220804", UInt, 1)) ;选定小狼毫输入法
Send, {ctrl down}{shift down}{F2}{shift up}{ctrl up} ; rime 配置跳转指定输入法的快捷键
return |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
weasel 啓動時會自動使用 hebrew.schema.yaml 而不是 中文輸入法。
如果僅保留兩個中文輸入法,依然不能按照 定義在
default.custom.yaml中schema_list的序列優先選擇。 schema list 中 schema 的次序未知。如何自定義 weasel 啓動時最先選擇的 schema ?
Beta Was this translation helpful? Give feedback.
All reactions