Putting the following into a .xbindkeysrc makes my keyboard irresponsive after reboot, with only control keys responding:
"{ echo KeyStrPress Alt_L; echo KeyStr F1; echo KeyStrRelease Alt_L; } | xmacroplay :0"
Release+F13
I know the xmacroplay works because I've executed it at the command line, and also, executing xbindkeys to map, for example, F2, without rebooting, works as expected. So, first, I have a problem after rebooting, because of that I had to remove the .xbindkeysrc file.
I was in the hard process of trying to create the simple mapping of Right Alt to Left Alt + F1 in the system. I was going to use xbindkeys to map F13 to Alt + F1 and xmodmap to map Right Alt to F13...
How do I map Right Alt to Left Alt + F1 so that I get hide/unhiding of the Launcher with a single key?
.Xmodmap. I've addedxmodmap .Xmodmapto session applications, and used the gsettings trick to map Mod3 to keyboard-focus. The End. – oblitum Aug 27 '13 at 13:49