How to disable swipe commands on MacOS

I'm used to using a 4-finger swipe on my trackpad to switch between full screen apps on MacOS. However IntelliJ seems to intercept these as well and uses it to navigate back and forward between open tabs (among other things). Is there a way to disable this?

0

The Apple JDK doesn't let us distinguish the number of fingers used in a swipe, so the only possibility is to disable the processsing of gestures entirely. In order to do so:
- press Ctrl-Alt-Shift-slash
- select "Registry"
- set the value of actionSystem.mouseGesturesEnabled to false
- restart

0
Avatar
Permanently deleted user

- press Ctrl-Alt-Shift-slash


Just curious, what shortcut I need to press on a German keyboard where no
non-shift slash key exists? Thanks in advance.

Tom

0
Avatar
Permanently deleted user

That is a nice little trick you've got there... :) Must checkout all those settings...

0
Avatar
Permanently deleted user

I'm sure this keycombo (Ctrl+Alt+Shift+/) is available on a German keyboard?!?

If not, are there no Linux systems to manage in Germany? ;)


edit: Oops. I think I see what you mean: http://en.wikipedia.org/wiki/File:Cherry_keyboard_105_keys.jpg

Message was edited by: Harro Lissenberg

0

Ctrl+Shift+A, enable "Include non-menu actions", then type "Registry"

0

请先登录再写评论。