You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I write science texts with many isolated Greek letters, like this: δ13C. It's really slow to switch to Greek (even using a single keypress shortcut), type the letter, switch back to English (or forget switching back and type out garbled text).
I'm looking for a way to enable the following behavior: when I type the d key, output d, unless left-option is already pressed down, in which case output δ.
I tried the following config: alt - d : skhd --key z. That does replace alt - d by z. Happy so far. But how can I output δ instead of z? I guess I need to switch input sources in shell, but I'm not sure how to do that. Is there an obvious solution I'm missing, or is it just a matter of hunting down a good way to switch inputs from the command-line?
The text was updated successfully, but these errors were encountered:
I write science texts with many isolated Greek letters, like this:
δ13C
. It's really slow to switch to Greek (even using a single keypress shortcut), type the letter, switch back to English (or forget switching back and type out garbled text).I'm looking for a way to enable the following behavior: when I type the
d
key, outputd
, unlessleft-option
is already pressed down, in which case outputδ
.I tried the following config:
alt - d : skhd --key z
. That does replacealt - d
byz
. Happy so far. But how can I outputδ
instead ofz
? I guess I need to switch input sources in shell, but I'm not sure how to do that. Is there an obvious solution I'm missing, or is it just a matter of hunting down a good way to switch inputs from the command-line?The text was updated successfully, but these errors were encountered: