pqrs-org / Karabiner-archived

Karabiner (KeyRemap4MacBook) is a powerful utility for keyboard customization.
https://pqrs.org/osx/karabiner/
The Unlicense
3.82k stars 311 forks source link

Left shift to left bracket '[' - is it possible? #889

Closed dnstarostin closed 5 years ago

dnstarostin commented 5 years ago

This is the code from 'Better shifting' element

"rules": [ { "description": "Better Shifting: Parentheses on shift keys", "manipulators": [ { "from": { "key_code": "left_shift" }, "to": [ { "key_code": "left_shift" } ], "to_if_alone": [ { "key_code": "9", "modifiers": [ "left_shift" ] } ]

'9' stands for left parenthesis.

if I place 'open_bracket' there I get '{' not '['. Is there a way to call the square bracket?