On Wed, Sep 14, 2005 at 03:19:14PM +0300, Simo Kauppi wrote: > Hi, > > My two cents to the window manager monologue... :) > > On Wed, Sep 14, 2005 at 10:17:42AM +0100, Adam Hardy wrote: > > When I use ALT-Tab to cycle thro all open apps, I would like to see all > > apps in a list or a row with the current selected app highlighted. I saw > > one window manager doing it just how I like it but don't remember which > > one now. > > I'm using enlightenment and while there is no 'list' with Alt-Tab, it > still goes through all the apps and raises them with focus each in turn > with Alt-Tab. > > There is also a list of the applications with middle-click to the > Dragbar, but the Dragbar might be under the apps if there are a lot of > apps open in the desktop. > > > I'd also like to have a key combination that will call up the gnome > > log-out dialog. Used to be ALT+F1 in metacity in my original > > installation but I've lost it since. > > In enlightenment Ctrl-Alt-Del brings the logout-dialog. Note: it is > different from Ctrl-Alt-Backspace which probably kills the xsession. It > is a bit weird because I have ctrlaltdel:/sbin/shutdown in my inittab, > but I guess enlightenment keybindings overwrite it. It can probably be > changed but I haven't bothered because it works.
Following myself...
The keybindings for enlightenment seem to be quite easy to change. I
just copied the /usr/share/enlightenment/config/keybindings.cfg to
~/.enlightenment/keybindings.cfg and edit it.
E.g. to make the logout-dialog come up with Alt-F1, find the
__KEY F1
__EVENT __KEY_PRESS
__MODIFIER_KEY __ALT
__ACTION __A_GOTO_DESK 0
and change the action line to
__ACTION __A_EXIT logout
This works especially if you don't use multiple desktops, as the Alt-F1
is normally used to switch to desktop 0.
Of course you can modify the Ctrl-Alt-Del keybinding or create your own
binding e.g. for Ctrl-F1
__NEXT_ACTION
__KEY F1
__EVENT __KEY_PRESS
__MODIFIER_KEY __CTRL
__ACTION __A_EXIT logout
And you can make the Alt-Tab to bring up the task list
__KEY Tab
__MODIFIER_KEY __ALT
__EVENT __KEY_PRESS
__ACTION __A_FOCUS_NEXT
by changing the action line to
__ACTION __A_SHOW_MENU "taskmenu"
And so on...
Simo
--
:r ~/.signature
signature.asc
Description: Digital signature

