mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
Shortcut code cleanup
This commit is contained in:
@@ -636,7 +636,7 @@ public class ShortcutTests
|
||||
[InlineData (true, KeyCode.A, 1, 1)]
|
||||
[InlineData (true, KeyCode.C, 1, 1)]
|
||||
[InlineData (true, KeyCode.C | KeyCode.AltMask, 1, 1)]
|
||||
[InlineData (true, KeyCode.Enter, 1, 0)]
|
||||
[InlineData (true, KeyCode.Enter, 1, 1)]
|
||||
[InlineData (true, KeyCode.Space, 1, 1)]
|
||||
[InlineData (true, KeyCode.F1, 0, 0)]
|
||||
[InlineData (false, KeyCode.A, 1, 1)]
|
||||
@@ -681,7 +681,7 @@ public class ShortcutTests
|
||||
[InlineData (true, KeyCode.A, 1, 1)]
|
||||
[InlineData (true, KeyCode.C, 1, 1)]
|
||||
[InlineData (true, KeyCode.C | KeyCode.AltMask, 1, 1)]
|
||||
[InlineData (true, KeyCode.Enter, 1, 0)]
|
||||
[InlineData (true, KeyCode.Enter, 1, 1)]
|
||||
[InlineData (true, KeyCode.Space, 1, 1)]
|
||||
[InlineData (true, KeyCode.F1, 0, 0)]
|
||||
[InlineData (false, KeyCode.A, 1, 1)]
|
||||
|
||||
Reference in New Issue
Block a user