From 358d71bb524b315bc3d8189db15d23f154120ddb Mon Sep 17 00:00:00 2001 From: Aronai Sieyes Date: Thu, 8 Jul 2021 01:36:21 -0400 Subject: [PATCH] Fixes #10966 --- interface/skin.dmf | 44 ++++++++++++++++++++++++-------------------- 1 file changed, 24 insertions(+), 20 deletions(-) diff --git a/interface/skin.dmf b/interface/skin.dmf index 1aeb3f7530a..4788b28291e 100644 --- a/interface/skin.dmf +++ b/interface/skin.dmf @@ -74,6 +74,12 @@ macro "borghotkeymode" elem name = "CTRL+SOUTH" command = "southface" + elem + name = "South" + command = "KeyDown South" + elem + name = "South+UP" + command = "KeyUp South" elem name = "CTRL+SHIFT+NORTH" command = "shiftnorth" @@ -86,11 +92,6 @@ macro "borghotkeymode" elem name = "CTRL+SHIFT+EAST" command = "shifteast" - name = "South" - command = "KeyDown South" - elem - name = "South+UP" - command = "KeyUp South" elem name = "INSERT" command = "a-intent right" @@ -333,6 +334,12 @@ macro "macro" elem name = "CTRL+SOUTH" command = "southface" + elem + name = "South" + command = "KeyDown South" + elem + name = "South+UP" + command = "KeyUp South" elem name = "CTRL+SHIFT+NORTH" command = "shiftnorth" @@ -345,11 +352,6 @@ macro "macro" elem name = "CTRL+SHIFT+EAST" command = "shifteast" - name = "South" - command = "KeyDown South" - elem - name = "South+UP" - command = "KeyUp South" elem name = "INSERT" command = "a-intent right" @@ -556,6 +558,12 @@ macro "hotkeymode" elem name = "CTRL+SOUTH" command = "southface" + elem + name = "South" + command = "KeyDown South" + elem + name = "South+UP" + command = "KeyUp South" elem name = "CTRL+SHIFT+NORTH" command = "shiftnorth" @@ -568,11 +576,6 @@ macro "hotkeymode" elem name = "CTRL+SHIFT+EAST" command = "shifteast" - name = "South" - command = "KeyDown South" - elem - name = "South+UP" - command = "KeyUp South" elem name = "INSERT" command = "a-intent right" @@ -836,6 +839,12 @@ macro "borgmacro" elem name = "CTRL+SOUTH" command = "southface" + elem + name = "South" + command = "KeyDown South" + elem + name = "South+UP" + command = "KeyUp South" elem name = "CTRL+SHIFT+NORTH" command = "shiftnorth" @@ -848,11 +857,6 @@ macro "borgmacro" elem name = "CTRL+SHIFT+EAST" command = "shifteast" - name = "South" - command = "KeyDown South" - elem - name = "South+UP" - command = "KeyUp South" elem name = "INSERT" command = "a-intent right"