Skip to content

Commit

Permalink
Update OpenDreamClient/Interface/InterfaceMacro.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
wixoaGit authored Oct 14, 2023
1 parent c1dddc6 commit f9c3a92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OpenDreamClient/Interface/InterfaceMacro.cs
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,8 @@ private void FirstChanceKeyHandler(KeyEventArgs args, KeyEventType type) {
if (keyName == null)
return;
string command = Command.Replace("[[*]]", keyName);
_interfaceManager.RunCommand(command);
// args.Handle() omitted on purpose, in BYOND both the "specific" keybind and the ANY keybind are triggered
_interfaceManager.RunCommand(command);
// args.Handle() omitted on purpose, in BYOND both the "specific" keybind and the ANY keybind are triggered

}

Expand Down

0 comments on commit f9c3a92

Please sign in to comment.