yqrashawn / GokuRakuJoudo

config karabiner with ease
GNU General Public License v3.0
1.13k stars 122 forks source link

No :pipe key? #42

Closed donnlee closed 4 years ago

donnlee commented 4 years ago

I've got a rule that types out "foo bar" but I want it to type "foo | bar" I cannot find a key definition like :pipe Is there one? I have found :spacebar :hyphen etc

yqrashawn commented 4 years ago

You can use Karabiner-EventViewer.app to find out the keycode you want.

image

The pipe sign is shift+backslash. It's :Sbackslash in goku. There's also a keys_info.clj file where you can find all keys that goku support.

donnlee commented 4 years ago

facepalm. I should have known it's like typing on a real keyboard. ty