lorenzodelarocha / touchegg

Automatically exported from code.google.com/p/touchegg
0 stars 0 forks source link

Keyboard shortcuts in GUI don't allow for direct input from keyboard #89

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When using the touchegg GUI, there is no way to directly input the keyboard 
shortcut.  I wouldn't think you should have to type "Alt" and "Left" but rather 
simply hold alt and press the left arrow key to assign the keyboard shortcut.  
It's not clear what name should be typed for certain keys, for example "left" 
or "Left" or "LEFT" or "Left-Arrow", etc.  Much better to simply allow the user 
to input the keyboard shortcut without typing the name of the key.

Original issue reported on code.google.com by rubbersoul.josh@gmail.com on 7 Aug 2011 at 6:38

GoogleCodeExporter commented 8 years ago
Ok, I'll try to add this feature ;)

Original comment by jose.exposito89@gmail.com on 8 Aug 2011 at 11:16

GoogleCodeExporter commented 8 years ago
Additionally, it seems that the GUI does not correctly apply the keyboard 
shortcut inputs to the configuration.

The button that is input into the "keys to press" field will work when the 
gesture is performed.  The button that is input into the "keys to hold" does 
not work when gesture is performed.  I input Alt into the hold field, and Left 
into the press field.  when the gesture is performed, only the left key is 
pressed without Alt being held.

Original comment by rubbersoul.josh@gmail.com on 8 Aug 2011 at 9:40

Attachments:

GoogleCodeExporter commented 8 years ago
Is Alt_L, you can see all the keys in the /usr/include/X11/keysymdef.h file ;)

Original comment by jose.exposito89@gmail.com on 8 Aug 2011 at 10:35

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
what do I enter from the keysymdef.h file to use? for example, for Home,
#define XK_Home                           0xff50
so just Home? or will 0xff50 work, or?

Original comment by steve.ad...@gmail.com on 7 Dec 2011 at 8:16

GoogleCodeExporter commented 8 years ago
Only Home

Original comment by jose.exposito89@gmail.com on 9 Dec 2011 at 7:09

GoogleCodeExporter commented 8 years ago

Original comment by jose.exposito89@gmail.com on 1 Aug 2013 at 2:33