[longomatch] Change hotkeys positions to match the layout



commit 4995331bf4f22a30d23a28e81c014292c8c9d3f5
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Fri Oct 24 19:54:42 2014 +0200

    Change hotkeys positions to match the layout

 LongoMatch.Core/Common/Hotkeys.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/LongoMatch.Core/Common/Hotkeys.cs b/LongoMatch.Core/Common/Hotkeys.cs
index e63775a..494cbdd 100644
--- a/LongoMatch.Core/Common/Hotkeys.cs
+++ b/LongoMatch.Core/Common/Hotkeys.cs
@@ -94,8 +94,8 @@ namespace LongoMatch.Core.Common
                        UpdateMapping (KeyAction.LocalPlayer, "<Shift_L>+n");
                        UpdateMapping (KeyAction.VisitorPlayer, "<Shift_L>+b");
                        UpdateMapping (KeyAction.PauseClock, "<Shift_L>+p");
-                       UpdateMapping (KeyAction.ShowTimeline, "<Shift_L>+z");
-                       UpdateMapping (KeyAction.ShowDashboard, "<Shift_L>+x");
+                       UpdateMapping (KeyAction.ShowDashboard, "<Shift_L>+z");
+                       UpdateMapping (KeyAction.ShowTimeline, "<Shift_L>+x");
                        UpdateMapping (KeyAction.ShowPositions, "<Shift_L>+c");
                        UpdateMapping (KeyAction.SpeedDown, "Down");
                        UpdateMapping (KeyAction.SpeedUp, "Up");


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]