Сообщения

Сообщения за май, 2025

Karabiner Elements mac for HHKB lite2,

Изображение
 I've been waiting for a try Karabiner Elements for a couple of months because of lazy. I have a Happy Hacking Lite 2 old keyboard. It has a japanese layout. I'd like to remap  from Command key on Fn+Win to Command key just on Win key. And I have two keys with japanese symbols on both sides of space key. I had remap left one to English layout and the right one to the Russian layout. So simple and pretty! {     "description": "caps_lock to EN, shift+caps_lock to RU",     "manipulators": [         {             "from": { "key_code": "japanese_pc_nfer" },             "to_if_alone": [{ "select_input_source": { "language": "en" } }],             "type": "basic"         },         {             "from": { "key_code": "japanese_pc_xfer" },             "to_if_...