clockwise

pull/11753/head
SomeGuy 2 weeks ago committed by GitHub
parent 22e4340a63
commit 6fa9553945
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -76,8 +76,8 @@ local gestures_list = {
two_finger_swipe_southwest = "",
spread_gesture = _("Spread"),
pinch_gesture = _("Pinch"),
rotate_cw = _("Rotate ⤸ 90°"),
rotate_ccw = _("Rotate ⤹ 90°"),
rotate_cw = _("Clockwise ⤸ 90°"),
rotate_ccw = _("Anti-clockwise ⤹ 90°"),
multiswipe = "", -- otherwise registerGesture() won't pick up on multiswipes
multiswipe_west_east = "⬅ ➡",
multiswipe_east_west = "➡ ⬅",

Loading…
Cancel
Save