Among the key definitions in my .ctwmrc, I've the following:

  Function "lockscreen2" { !"xtrlock &" }
  [...]
  "Delete"= c|m : all           : f.function "lockscreen2"

(yes, it means that Ctrl+Alt+Delete will lock my screen!  I did that
to annoy some people, and kept it because I kinda like it)

The trouble is, pressing Ctrl+Alt+Delete will only lock the screen
when the cursor is over the root, nowhere else.  At the same time,
these work like charm (I've set up all 32 workspaces, this is just a
part of all key definitions):

  "0"   = c|m   : all           : f.gotoworkspace "0"
  "1"   = c|m   : all           : f.gotoworkspace "1"
  [...]
  "u"   = c|m   : all           : f.gotoworkspace "U"
  "v"   = c|m   : all           : f.gotoworkspace "V"

And yes, I've check, pressing the Delete key really send the "Delete"
keypress event.

-- 
Richard Levitte     | http://richard.levitte.org/ | Tunnlandsv. 52
Levitte Programming | http://www.lp.se/           | S-168 36 Bromma
T: +46-708-26 53 44 |                             | SWEDEN
     "Price, performance, quality...  choose the two you like"



Reply via email to