On this release;
Key-Action
WaitKeyAction()andWaitKeyAction(string message)now returnsConsoleKeyInfoas a return value. #61- When
ListKeyActionPairList()is calledModifiersis checked and its data is printed only when it has aConsoleModifiersvalue. #65 AddKeyActionPair(ControlKeyInfo cki, Action action)now checks if item is already in the list. #66
Key-Func
- When
ListKeyFuncPairList()is called, whencki.KeyCharwas not empty char, it was adding unintended new line. It is changed with expected behaviour now. #65 - When
ListKeyFuncPairList()is calledModifiersis checked and its data is printed only when it has aConsoleModifiersvalue. #65 - WaitKeyFunc()
andWaitKeyFunc(string message)now returnsConsoleKeyInfo` as a return value. #61 AddKeyFuncPair(ConsoleKeyInfo cki, Func<object> func)now checks if item is already in the list. #66
Sleep
SleepWithTitle(int duration)andSleepWithBeeping(int duration)now uses internal method to set console title better for remaining duration to sleep. #64