--- a/example.jwmrc
+++ b/example.jwmrc
@@ -1,22 +1,9 @@
 <?xml version="1.0"?>
 <JWM>
-
     <!-- The root menu. -->
     <RootMenu onroot="12">
+    <Include>/etc/jwm/debian-menu</Include>
         <Program icon="terminal.png" label="Terminal">xterm</Program>
-        <Menu icon="folder.png" label="Applications">
-            <Program icon="music.png" label="Audacious">audacious</Program>
-            <Program icon="calculator.png" label="Calculator">xcalc</Program>
-            <Program icon="gimp.png" label="Gimp">gimp</Program>
-            <Program icon="www.png" label="Iceweasel">iceweasel</Program>
-            <Program icon="editor.png" label="XEdit">xedit</Program>
-        </Menu>
-        <Menu icon="folder.png" label="Utilities">
-            <Program icon="font.png" label="Fonts">xfontsel</Program>
-            <Program icon="window.png" label="Window Properties">
-                xprop | xmessage -file -
-            </Program>
-        </Menu>
         <Separator/>
         <Program icon="lock.png" label="Lock">
             xscreensaver-command -lock
@@ -122,9 +109,52 @@
          IconPath can be listed multiple times to allow searching
          for icons in multiple paths.
       -->
-    <IconPath>
-        /usr/share/icons/wm-icons/32x32-gant
-    </IconPath>
+    <IconPath>/usr/share/icons/gnome/256x256/actions</IconPath>
+    <IconPath>/usr/share/icons/gnome/256x256/apps</IconPath>
+    <IconPath>/usr/share/icons/gnome/256x256/categories</IconPath>
+    <IconPath>/usr/share/icons/gnome/256x256/devices</IconPath>
+    <IconPath>/usr/share/icons/gnome/256x256/emblems</IconPath>
+    <IconPath>/usr/share/icons/gnome/256x256/mimetypes</IconPath>
+    <IconPath>/usr/share/icons/gnome/256x256/places</IconPath>
+    <IconPath>/usr/share/icons/gnome/256x256/status</IconPath>
+    <IconPath>/usr/share/icons/gnome/32x32/actions</IconPath>
+    <IconPath>/usr/share/icons/gnome/32x32/animations</IconPath>
+    <IconPath>/usr/share/icons/gnome/32x32/apps</IconPath>
+    <IconPath>/usr/share/icons/gnome/32x32/categories</IconPath>
+    <IconPath>/usr/share/icons/gnome/32x32/devices</IconPath>
+    <IconPath>/usr/share/icons/gnome/32x32/emblems</IconPath>
+    <IconPath>/usr/share/icons/gnome/32x32/mimetypes</IconPath>
+    <IconPath>/usr/share/icons/gnome/32x32/places</IconPath>
+    <IconPath>/usr/share/icons/gnome/32x32/status</IconPath>
+    <IconPath>/usr/share/icons/gnome/scalable/actions</IconPath>
+    <IconPath>/usr/share/icons/gnome/scalable/apps</IconPath>
+    <IconPath>/usr/share/icons/gnome/scalable/categories</IconPath>
+    <IconPath>/usr/share/icons/gnome/scalable/devices</IconPath>
+    <IconPath>/usr/share/icons/gnome/scalable/emblems</IconPath>
+    <IconPath>/usr/share/icons/gnome/scalable/mimetypes</IconPath>
+    <IconPath>/usr/share/icons/gnome/scalable/places</IconPath>
+    <IconPath>/usr/share/icons/gnome/scalable/status</IconPath>
+    <IconPath>/usr/share/icons/hicolor/256x256/apps</IconPath>
+    <IconPath>/usr/share/icons/hicolor/256x256/mimetypes</IconPath>
+    <IconPath>/usr/share/icons/hicolor/32x32/actions</IconPath>
+    <IconPath>/usr/share/icons/hicolor/32x32/apps</IconPath>
+    <IconPath>/usr/share/icons/hicolor/32x32/categories</IconPath>
+    <IconPath>/usr/share/icons/hicolor/32x32/devices</IconPath>
+    <IconPath>/usr/share/icons/hicolor/32x32/emblems</IconPath>
+    <IconPath>/usr/share/icons/hicolor/32x32/mimetypes</IconPath>
+    <IconPath>/usr/share/icons/hicolor/32x32/status</IconPath>
+    <IconPath>/usr/share/icons/hicolor/512x512/apps</IconPath>
+    <IconPath>/usr/share/icons/hicolor/512x512/mimetypes</IconPath>
+    <IconPath>/usr/share/icons/hicolor/scalable/actions</IconPath>
+    <IconPath>/usr/share/icons/hicolor/scalable/apps</IconPath>
+    <IconPath>/usr/share/icons/hicolor/scalable/categories</IconPath>
+    <IconPath>/usr/share/icons/hicolor/scalable/devices</IconPath>
+    <IconPath>/usr/share/icons/hicolor/scalable/emblems</IconPath>
+    <IconPath>/usr/share/icons/hicolor/scalable/mimetypes</IconPath>
+    <IconPath>/usr/share/icons/hicolor/scalable/places</IconPath>
+    <IconPath>/usr/share/icons/hicolor/scalable/status</IconPath>
+    <IconPath>/usr/share/icons</IconPath>
+    <IconPath>/usr/share/pixmaps</IconPath>
 
     <!-- Virtual Desktops -->
     <!-- Desktop tags can be contained within Desktops for desktop names. -->
@@ -154,27 +184,74 @@
     <!-- The resize mode (outline or opaque) -->
     <ResizeMode>opaque</ResizeMode>
 
-    <!-- Key bindings -->
+<!-- KEYSHORTCUTS -->
     <Key key="Up">up</Key>
     <Key key="Down">down</Key>
     <Key key="Right">right</Key>
     <Key key="Left">left</Key>
-    <Key key="h">left</Key>
-    <Key key="j">down</Key>
-    <Key key="k">up</Key>
-    <Key key="l">right</Key>
+    <Key key="a">left</Key>
+    <Key key="s">down</Key>
+    <Key key="w">up</Key>
+    <Key key="d">right</Key>
     <Key key="Return">select</Key>
     <Key key="Escape">escape</Key>
-
-    <Key mask="A" key="Tab">nextstacked</Key>
-    <Key mask="A" key="F4">close</Key>
-    <Key mask="A" key="#">desktop#</Key>
-    <Key mask="A" key="F1">root:1</Key>
-    <Key mask="A" key="F2">window</Key>
+    <Key key="XF86AudioMute"> amixer set Master toggle</Key>
+    <Key key="XF86AudioRaiseVolume">amixer set Master 3%+ unmute</Key>
+    <Key key="XF86AudioLowerVolume">amixer set Master 3%- unmute</Key>
+    <Key key="XF86WWW">exec:x-www-browser</Key>
+    <Key key="XF86Calculator">exec:xcalc</Key>
+    <Key key="XF86MonBrightnessUp">exec:xcalc</Key>
+    <Key key="XF86MonBrightnessDown">exec:xcalc</Key>
+    <Key key="Print">exec:screenie</Key>
+    <Key mask="CA" key="p">exec:screenie</Key>
+    <Key mask="S4" key="3">exec:screenie</Key>
+    <Key mask="CA" key="t">exec:x-terminal-emulator</Key>
+    <Key mask="CS" key="Escape">exec:xterm htop</Key>
+    <Key mask="A4" key="Escape">exec:xterm htop</Key>
+    <Key mask="CA" key="Delete">exec:xterm htop</Key>
+    <Key mask="C" key="Escape">exec:xterm htop</Key>
+    <Key mask="A" key="Tab">next</Key>
+    <Key mask="4" key="Tab">next</Key>
+    <Key mask="AS" key="Tab">nextstacked</Key>
+    <Key mask="S4" key="Tab">nextstacked</Key>
+    <Key mask="SA" key="Tab">nextstacked</Key>
+    <Key mask="CA" key="Tab">nextstacked</Key>
+    <Key mask="C" key="#">desktop#</Key>
+    <Key mask="A" key="F1">exec:xman</Key>
+    <Key mask="C" key="Escape">root:5</Key>
+    <Key mask="CA" key="Right">rdesktop</Key>
+    <Key mask="CA" key="Left">ldesktop</Key>
+    <Key mask="CA" key="Up">udesktop</Key>
+    <Key mask="CA" key="Down">ddesktop</Key>
+    <Key mask="A" key="space">window</Key>
+    <Key mask="A" key="F3">window</Key>
+    <Key key="F11">fullscreen</Key>
+    <Key mask="C" key="F11">fullscreen</Key>
+    <Key mask="CS" key="f">fullscreen</Key>
+    <Key mask="4C" key="f">fullscreen</Key>
+    <Key mask="A" key="F12">shade</Key>
+    <Key mask="SC4" key="Up">maximize</Key>
+    <Key mask="4" key="L">maximize</Key>
     <Key mask="A" key="F10">maximize</Key>
-    <Key mask="A" key="Right">rdesktop</Key>
-    <Key mask="A" key="Left">ldesktop</Key>
-    <Key mask="A" key="Up">udesktop</Key>
-    <Key mask="A" key="Down">ddesktop</Key>
+    <Key mask="4" key="Down">minimize</Key>
+    <Key mask="4" key="m">minimize</Key>
+    <Key mask="A" key="F9">minimize</Key>
+    <Key mask="4" key="w">close</Key>
+    <Key mask="A" key="F4">close</Key>
+    <Key mask="C4" key="Up">maxtop</Key>
+    <Key mask="C4" key="Left">maxleft</Key>
+    <Key mask="C4" key="Right">maxright</Key>
+    <Key mask="C4" key="Down">maxbottom</Key>
+    <Key mask="C4" key="v">maxv</Key>
+    <Key mask="4S" key="Up">maxv</Key>
+    <Key mask="C4" key="h">maxh</Key>
+    <Key mask="4" key="Right">sendr</Key>
+    <Key mask="4" key="Left">sendl</Key>
+    <Key mask="4" key="Up">sendu</Key>
+    <Key mask="4" key="Down">sendd</Key>
+    <Key mask="SCA" key="Right">sendr</Key>
+    <Key mask="SCA" key="Left">sendl</Key>
+    <Key mask="SCA" key="Up">sendu</Key>
+    <Key mask="SCA" key="Down">sendd</Key>
 
 </JWM>
