Is there a way to configure Sublime Text (4) to detect three-finger gestures, and apply that to tab movement? I’m thinking specifically of ChromeOS, where it allows the user to use three-finger swipes to navigate tabs in the Chrome browser. I was wondering if it’d be possible to write some sort of plugin/configuration that detects these gestures and translates them to tab movement in Sublime Text?
Thanks.
Option for three-finger swipe to switch tabs?
PyBoy314
#1
0 Likes
milkman
#2
I have no idea (and no touch device), but you could at least open the ST console, enter sublime.log_input(True)
and see if this gesture is logged as input. If so, it should be possible to assign a keybinding to it, I guess.
0 Likes
PyBoy314
#3
Thanks for the suggestion; that seems to only log keyboard input. I can’t find a way to detect touch gestures. My issue seems very specific and probably doesn’t have much of a use case besides simply adding to the brilliant customisation that Sublime offers already.
0 Likes