mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
* Assume we are running in a terminal that supports true color by default unless user explicitly forces 16
* Add support for extra modifiers for F1 to F4 keys
* Revert "Assume we are running in a terminal that supports true color by default unless user explicitly forces 16"
This reverts commit 4cc2530de0.
* Cleanup
* Update comments
* Code cleanup
---------
Co-authored-by: Tig <tig@users.noreply.github.com>
This commit is contained in:
@@ -100,11 +100,10 @@ public class AnsiKeyboardParserTests
|
||||
yield return new object [] { "\u001b[24~", Key.F12 };
|
||||
|
||||
// Function keys with modifiers
|
||||
/* Not currently supported
|
||||
yield return new object [] { "\u001b[1;2P", Key.F1.WithShift };
|
||||
yield return new object [] { "\u001b[1;3Q", Key.F2.WithAlt };
|
||||
yield return new object [] { "\u001b[1;5R", Key.F3.WithCtrl };
|
||||
*/
|
||||
|
||||
}
|
||||
|
||||
// Consolidated test for all keyboard events (e.g., arrow keys)
|
||||
|
||||
Reference in New Issue
Block a user