diff --git a/binaries/data/config/default.cfg b/binaries/data/config/default.cfg
index a3682e5fff..1ae80ba36d 100644
--- a/binaries/data/config/default.cfg
+++ b/binaries/data/config/default.cfg
@@ -35,6 +35,7 @@ shadows = true
shadowpcf = true
vsync = false
particles = true
+silhouettes = true
nos3tc = false
noautomipmap = true
@@ -116,6 +117,7 @@ hotkey.bigscreenshot = "Shift+F2" ; Take large BMP screenshot
hotkey.togglefullscreen = "Alt+Return" ; Toggle fullscreen/windowed mode
hotkey.screenshot.watermark = "K" ; Toggle product/company watermark for official screenshots
hotkey.wireframe = "Alt+W" ; Toggle wireframe mode
+hotkey.silhouettes = "Alt+S" ; Toggle unit silhouettes
; > CAMERA SETTINGS
hotkey.camera.reset = "H" ; Reset camera rotation to default.
@@ -222,8 +224,6 @@ profiler2.gpu.arb.enable = true ; Allow GL_ARB_timer_query timing mo
profiler2.gpu.ext.enable = true ; Allow GL_EXT_timer_query timing mode when available
profiler2.gpu.intel.enable = true ; Allow GL_INTEL_performance_queries timing mode when available
-hotkey.attackmove = Super
-
; > QUICKSAVE
hotkey.quicksave = "Shift+F5"
hotkey.quickload = "Shift+F8"
diff --git a/binaries/data/mods/public/gui/session/session.xml b/binaries/data/mods/public/gui/session/session.xml
index c000681c82..99f3be72f4 100644
--- a/binaries/data/mods/public/gui/session/session.xml
+++ b/binaries/data/mods/public/gui/session/session.xml
@@ -55,6 +55,11 @@
+
+
+