
26 Apr
2007
26 Apr
'07
12:38 p.m.
Hi all, I'm trying to set up keybindings in Config.hs which require no modifier at all. eg, to launch a terminal when I hit F2. The following works: , ((0, xK_F2 ), spawn "urxvt") but doesn't feel "right". Is there a better candidate for the KeyMask field? I thought anyModifier might be right (something Anselm once said seemed to support that: http://www.suckless.org/pipermail/dwm/2006-October/001078.html ) but no, it doesn't. Any thoughts? Thanks, -Andy -- Andy Gimblett Computer Science Department University of Wales Swansea http://www.cs.swan.ac.uk/~csandy/