Karabiner: Change double quote to single -


is possible replace double quote key single quote karabiner (keyboard customizer os x)?

https://pqrs.org/osx/karabiner/

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

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -