NISHIO Hirokazu[Translate]
かなキーを英数モードではシフトキーにもする
json
{ "description": "Change lang1(Kana) to left_shift. (Post lang1 if pressed alone)", "manipulators": [ { "conditions": [ { "input_sources": [ { "input_mode_id": "com.apple.inputmethod.Roman" } ], "type": "input_source_if" } ], "from": { "key_code": "lang1", "modifiers": { "optional": [ "any" ] } }, "to": [ { "key_code": "left_shift" } ], "to_if_alone": [ { "key_code": "lang1" } ], "type": "basic" } ] }


"Engineer's way of creating knowledge" the English version of my book is now available on [Engineer's way of creating knowledge]

(C)NISHIO Hirokazu / Converted from [Scrapbox] at [Edit]