iberianpig / xSwipe

Multitouch gestures with synaptics driver on X11, Linux
452 stars 56 forks source link

3 fingers down does not execute the defined keystrokes #40

Closed kyle-jennings closed 8 years ago

kyle-jennings commented 8 years ago

The default 3 finger down should execute ctrl+alt+down to move my workspace down, and while the terminal does in fact show those key strokes:

### @event_string: [
###                  'LCT',
###                  'LAL',
###                  'DOW'
###                ]

Nothing happens. 3 fingers up/left/right all work as expected but down does not.

Running ubuntu 16.04 on an Asus Zenbook ux305L

iberianpig commented 8 years ago

see: https://github.com/iberianpig/xSwipe/wiki/Customize-eventKey.cfg#update-at-20140713

2016年5月26日(木) 6:51 Kyle Jennings notifications@github.com:

The default 3 finger down should execute ctrl+alt+down to move my workspace down, and while the terminal does in fact show those key strokes:

@event_string: [

'LCT',

'LAL',

'DOW'

]

Nothing happens. 3 fingers up/left/right all work as expected but down does not.

Running ubuntu 16.04 on an Asus Zenbook ux305L

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/iberianpig/xSwipe/issues/40