iberianpig / xSwipe

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

mapping the DOWN key #10

Closed borama closed 10 years ago

borama commented 10 years ago

In the wiki it is said that the abbreviation for the down arrow key is DOW and this should be put in the eventKey.cfg file.

This did not work for me so I looked around and found that in X11::GUITest version 0.27 this key code is actually DOWN. It is a weird exception but, indeed, changing DOW to DOWN in the event config file made this mapping work again for me.

Perhaps you might want to add this info to the wiki. Thanks!

iberianpig commented 10 years ago

Hi! Thank you for your notice. I will update wiki.