From: Thomas K. <tk...@gi...> - 2014-05-30 14:33:49
|
Hi Arnout! On Fri, May 30, 2014 at 04:28:33PM +0200, Arnout Engelen wrote: > META now defaults to the 'windows' key (where it previously defaulted to > Mod1/'alt'). ALTMETA defaults to nothing, this has not changed. AFAIK the > 'ALT' in 'ALTMETA' really just means 'alternative', and has nothing to do > with the 'alt' key... > > Thus in the default configuration: > > etc/cfg_notioncore.lua: kpress(ALTMETA.."F3", "mod_query.query_exec(_)"), > etc/cfg_notioncore.lua: kpress(META.."F3", "mod_query.query_lua(_)"), > > .. simply pressing F3 opens query_exec, and 'windows'-F3 opens query_lua. > > It looks like you have configured ALTMETA to be the windows key. > > In the default configuration, ALTMETA is only used for the F-keys. If you > prefer to leave the F-keys free for client apps, it'd make sense to either: > > * configure ALTMETA to be the 'alt' key (Mod1+), or > * configure META to be 'alt'/Mod1+ and ALTMETA to be 'windows'/Mod4+. You're of course right, I had defined ALTMETA to have F2 etc. free for libreoffice etc. I'll go with your last suggestion, thank you! Thomas |