yqrashawn / GokuRakuJoudo

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

Activating Application Switcher With Mouse #144

Closed lukakemperle closed 2 years ago

lukakemperle commented 2 years ago

I would like to activate mac' native application switcher with my Naga Pro mouse (macro key).

Pressing ⌘ tab works, but rather than releasing both simultaneously, I would keep pressing the key in order to keep the switcher displayed on the screen (and selecting the app with my mouse). Selecting the app would cancel the switcher and (long) press.

{:des "f-mode"
  :rules [ :f-sim
      [:a :!Ctab]
]}

Thank you for your help!

yqrashawn commented 2 years ago

I don't think it's possible.

the native app switcher is

  1. confirm on release command
  2. deactivate on release command

so you must release something to make it disappear

karabiner can't define things like press and release as far as I know.

you can use app switcher from BetterTouchTool/Keyboard Maestro, or something like Context.app to active this

lukakemperle commented 2 years ago

you can use app switcher from BetterTouchTool/Keyboard Maestro, or something like Context.app to active this

Yes, you're right: KM or BTT would be better and more customizable. -Thanks for the suggestion.