2016-03-28 4:13 GMT-03:00 Vinícius dos Santos Oliveira <
[email protected]>:

> xdotool key --window getactivewindow F24


I found a simpler tool, xmacro. I debugged its code.

The function XKeysymToKeycode always return 0 to the key F13. I believe
this happens because my keyboard doesn't have a real F13 key.

XTest wouldn't help much because the function XTestFakeKeyEvent only work
with keycodes, not keysyms.

I end up giving up on the secondary keyboard -> virtual key events ->
enlightenment shortcuts. Now I'm coding the shortcuts directly on the tool.
This is unfortunate because enlightenment_remote is missing three functions
that I'd like shortcuts to:

   - Move current window to previous workspace
   - Maximize/unmaximize current window
   - Move current window to next workspace


The other 8 shortcuts that I wanted work fine though.

-- 
Vinícius dos Santos Oliveira
https://vinipsmaker.github.io/
------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785471&iu=/4140
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to