Karabiner: Change double quote to single -
is possible replace double quote key single quote karabiner (keyboard customizer os x)?
yes, think so. how private.xml
works, can open via misc & uninstall
tab. however, think changing actual key codes need seil, can karabiner alone remapping shift_l + quote
.
you might end w/ s.th. this:
<?xml version="1.0"?> <root> <item> <name>double quote single quote</name> <identifier>private.double_quote_to_single_quote</identifier> <autogen> __keytokey__ keycode::quote, modifierkey::shift_l, keycode::quote </autogen> </item> </root>
this guess though, brings in right direction.
Comments
Post a Comment