Gary Kline <kline@tao.thought.org> wrote:
>So, briefly, is there a way of toggling autoraise?
Two entries I have:
RightTitleButton "cntr_ptr" = f.autoraise
Menu "Window" ("blue":"yellow") {
[ ... ]
"AutoRaise" f.autoraise
[ ... ]
}
Although I usually only use those on certain windows. Being an extreme
keyboarder, I use the following:
"Home" = c|s|m : all : f.twmrc
"Home" = c : all : f.warptoiconmgr ""
"Home" = s : all : f.warptoiconmgr ""
"Insert" = c : all : f.raiselower
"Insert" = s : all : f.raiselower
"Delete" = c : all : f.iconify
"Delete" = s : all : f.iconify
"Prior" = s : all : f.warpring "prev" # Shift-Page Up
"Next" = s : all : f.warpring "next" # Shift-Page Down
"Prior" = c : all : f.upiconmgr # Ctrl-Page Up
"Next" = c : all : f.downiconmgr # Ctrl-Page Down
"Prior" = m : all : f.prevworkspace # Meta-Page Up
"Next" = m : all : f.nextworkspace # Meta-Page Down
And, as such, I almost never have to take my hands off the keyboard, unless
I'm going to have to anyway for using netscape or similar GUI intensive
program. That makes things like Shift-Insert do the raiselower function on
the current window, and Shift-Delete do an Iconify/DeIconify. Most of
those keys are simple right-hand functions with the keyboards I use.
-philip
This archive was generated by hypermail 2.1.2 : Sat Jun 22 2002 - 06:45:05 CEST