Skip to content

Commit ff30518

Browse files
Naoki Takahashiclaude
andcommitted
fix: 英語モード切り替えショートカットのキー表記をshift適用後の文字に修正
日本語モードのtsInputModeKeyEquivalentKeyが"J"(shift+jの結果)であるのに 合わせて、英語モードも";"から":"(shift+;の結果)に修正。 Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
1 parent 2b5888b commit ff30518

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azooKeyMac/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<key>tsInputModeKeyEquivalentModifiersKey</key>
1919
<integer>4608</integer>
2020
<key>tsInputModeKeyEquivalentKey</key>
21-
<string>;</string>
21+
<string>:</string>
2222
<key>TISInputSourceID</key>
2323
<string>dev.ensan.inputmethod.azooKeyMac.Roman</string>
2424
<key>tsInputModePrimaryInScriptKey</key>

0 commit comments

Comments
 (0)