Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Share your configs #7

Closed
evuraan opened this issue Feb 14, 2024 · 0 comments
Closed

Share your configs #7

evuraan opened this issue Feb 14, 2024 · 0 comments

Comments

@evuraan
Copy link
Owner

evuraan commented Feb 14, 2024

Thread to share your swipe configs. Here's mine:

# 2 finger Touchpad 
# Go back one page
2left:  "KEY_LEFTALT + KEY_RIGHT"
# Go forward one page
2right: "KEY_LEFTALT + KEY_LEFT"

# 3 finger Touchpad Gestures:
# Reset zoom level
3right: "KEY_RIGHTCTRL + KEY_0"
# Reset zoom level
3left:  "KEY_RIGHTCTRL + KEY_0"
# Zoom in
3up:    "KEY_RIGHTCTRL + KEY_KPPLUS"
# Zoom out
3down:  "KEY_RIGHTCTRL + KEY_MINUS"

# 4 finger Touchpad Gestures:
# Mute
4right: "KEY_MUTE"
# Custom action: Press Ctrl+Alt+P
4left:  "KEY_LEFTALT + KEY_RIGHTCTRL + KEY_P"
# Volume up
4up:    "KEY_VOLUMEUP"
# Volume down
4down:  "KEY_VOLUMEDOWN"

# 5 - Touchscreens gestures
# Touchscreen 1 finger gestures
# Scroll down
touch1up:  "KEY_SPACE"
# Scroll Up
touch1down: "KEY_RIGHTSHIFT + KEY_SPACE"
# Go back one page
touch1left:  "KEY_LEFTALT + KEY_RIGHT"
# Go forward one page
touch1right:  "KEY_LEFTALT + KEY_LEFT"

# Touchscreen 2 finger gestures
# Zoom in
touch2up:  "KEY_RIGHTCTRL + KEY_KPPLUS"
# Zoom out
touch2down: "KEY_RIGHTCTRL + KEY_MINUS"
# Go back one page
touch2left: "KEY_LEFTALT + KEY_RIGHT"
# Go forward one page
touch2right: "KEY_LEFTALT + KEY_LEFT"

# Touchscreen 3 finger gestures
# Volume up
touch3up: "KEY_VOLUMEUP"
# Volume down
touch3down:  "KEY_VOLUMEDOWN"

# unused touchscreen 3 and 4 finger gestures
#touch3left: "KEY_LEFTALT + KEY_RIGHT"
#touch3right: "KEY_LEFTALT + KEY_LEFT"
#touch4up: "KEY_UP"
#touch4down: "KEY_DOWN"
#touch4left: "KEY_LEFTALT + KEY_RIGHT"
#touch4right: "KEY_LEFTALT + KEY_LEFT"
 
@evuraan evuraan closed this as completed Feb 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant