Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 276293 | Differences between
and this patch

Collapse All | Expand All

(-)icewm-1.2.37/lib/keys.in.orig (-14 / +10 lines)
Lines 10-36 Link Here
10
# XF86. Valid modifiers are Alt, Ctrl, Shift, Meta, Super and Hyper.
10
# XF86. Valid modifiers are Alt, Ctrl, Shift, Meta, Super and Hyper.
11
#
11
#
12
key "Alt+Ctrl+t"		xterm
12
key "Alt+Ctrl+t"		xterm
13
key "Alt+Ctrl+f"		fte
13
key "Alt+Ctrl+b"		xdg-open about:blank
14
key "Alt+Ctrl+e"		nedit
14
key "Alt+Ctrl+s"		xdg-open http://www.google.com
15
key "Alt+Ctrl+g"		gimp
16
key "Alt+Ctrl+n"		netscape -noraise -remote openBrowser
17
key "Alt+Ctrl+b"		netscape -noraise -remote openBookmarks
18
key "Alt+Ctrl+m"		netscape -noraise -remote openURL(mailto:,new-window) 
19
15
20
key "Alt+Ctrl+KP_Divide"	aumix -v -5		# lower volume
16
key "Super+KP_Subtract"		amixer sset PCM 5%-
21
key "Alt+Ctrl+KP_Multiply"	aumix -v +5		# raise volume
17
key "Super+KP_Add"		amixer sset PCM 5%+
22
18
23
# "Multimedia key" bindings for XFree86. Gather the keycodes of your
19
# "Multimedia key" bindings for XFree86. Gather the keycodes of your
24
# advanced function keys by watching the output of the xev command whilest
20
# advanced function keys by watching the output of the xev command whilest
25
# pressing those keys and map those symbols by using xmodmap.
21
# pressing those keys and map those symbols by using xmodmap.
26
22
27
key "XF86Standby"		killall -QUIT icewm
23
key "XF86Standby"		killall -QUIT icewm
28
key "XF86AudioLowerVolume"	aumix -v -5
24
key "XF86AudioLowerVolume"	amixer sset PCM 5%-
29
key "XF86AudioRaiseVolume"	aumix -v +5
25
key "XF86AudioRaiseVolume"	amixer sset PCM 5%+
30
key "XF86AudioMute"		aumix -v 0
26
key "XF86AudioMute"		amixer sset PCM 0%
31
key "XF86AudioPlay"		cdplay play 1
27
key "XF86AudioPlay"		cdplay play 1
32
key "XF86AudioStop"		cdplay stop
28
key "XF86AudioStop"		cdplay stop
33
key "XF86HomePage"		netscape -noraise -remote openHomepage
29
key "XF86HomePage"		xdg-open about:blank
34
key "XF86Mail"			netscape -noraise -remote openURL(mailto:,new-window) 
30
key "XF86Mail"			xdg-email 
35
key "XF86Search"		netscape -noraise -remote openURL(http://www.google.com/)
31
key "XF86Search"		xdg-open http://www.google.com
36
key "XF86Eject"			eject
32
key "XF86Eject"			eject

Return to bug 276293