Skip to content

3 fingers Alt Tab Switcher(Windows Style)

Kohei Yamada edited this page May 19, 2021 · 1 revision

Require Fusuma v2 or later

swipe:
  3:
    begin:
      command: xdotool keydown Alt
    right:
      update:
        command: xdotool key Tab
        interval: 5
    left:
      update:
        command: xdotool key Shift+Tab
        interval: 5
    end:
      command: xdotool keyup Alt