anodynos / touchegg

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

simulate Ctrl+W (close tab) in firefox #75

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hello,
I want to simulate a keyboard shortcut : Ctrl-W in firefox, to close a the 
active tab.

But I can't configure the shortcut.

What can I set for the "ctrl" key ? 

ctrl ?

ctrl_L ?

thanks !!

Original issue reported on code.google.com by carmel...@gmail.com on 11 Jun 2011 at 4:47

GoogleCodeExporter commented 8 years ago
Hi!

The full list of keys is available in the /usr/include/X11/keysymdef.h file. 
Must be used without the "XK_" prefix, ie:

HOLD_DOWN=Control_L:PRESS=W

Original comment by jose.exposito89@gmail.com on 11 Jun 2011 at 4:53

GoogleCodeExporter commented 8 years ago
wow ! thanks for your so fast answer !!

it's ok it's working :)

great job !!

Original comment by carmel...@gmail.com on 11 Jun 2011 at 4:55