------------------------------------------------------------------------
Q1: How do I make icewm ignore (not set) the desktop background?

A1: Set both DesktopBackgroundColor and DesktopBackgroundImage to an empty
string in "preferences" file.

------------------------------------------------------------------------
Q2: How do I make icewm not maximize over the GNOME panel?

A2: Make sure you are using GNOME from CVS and the latest icewm. Also,
the panel must be set to occupy all workspaces. (Press Shift+Esc when
the panel is focused to change this). The panel should do this itself.
You can also do a workaround in icewm 'winoptions' file:

Panel.allWorkspaces: 1

------------------------------------------------------------------------
Q3: I want to use <key combination> in an application, but icewm grabs it. How do I prevent this?

A3: Try the following:

Activate scroll lock
Press <key combination>
Deactivate scroll lock

For this to work, ScrollLock must be a modifier key. (Default XF86 setup).

------------------------------------------------------------------------
Q4: My windows/Penguin keys do not work when I set Win95Keys=1? (XFree86)

A4: Make sure you are using XKB and have pc104/105 keyboard selected.

The 3 additional keys are mapped by default to: Meta_L, Meta_R, Menu

'xmodmap' output should look somewhat like this (mod4 is important):

xmodmap:  up to 2 keys per modifier, (keycodes in parentheses):

shift       Shift_L (0x32),  Shift_R (0x3e)
lock        Caps_Lock (0x42)
control     Control_L (0x25),  Control_R (0x6d)
mod1        Alt_L (0x40)
mod2        Num_Lock (0x4d)
mod3      
mod4        Meta_L (0x73),  Meta_R (0x74)
mod5        Scroll_Lock (0x4e)

