From 612e60e167e8fc1e5cc03cecccfcb1360cffcdba Mon Sep 17 00:00:00 2001 From: Chinsky Date: Thu, 26 Feb 2015 12:30:38 +0300 Subject: [PATCH] Moonwalkig hotkeys now work in hotkey mode. --- interface/skin.dmf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/interface/skin.dmf b/interface/skin.dmf index 5069e5c5e0..d068054731 100644 --- a/interface/skin.dmf +++ b/interface/skin.dmf @@ -249,6 +249,23 @@ macro "hotkeymode" name = "SOUTH+REP" command = ".south" is-disabled = false + elem + name = "ALT+WEST" + command = "westfaceperm" + is-disabled = false + is-disabled = false + elem + name = "ALT+NORTH" + command = "northfaceperm" + is-disabled = false + elem + name = "ALT+EAST" + command = "eastfaceperm" + is-disabled = false + elem + name = "ALT+SOUTH" + command = "southfaceperm" + is-disabled = false elem name = "INSERT" command = "a-intent right"