I have a Keys variable that needs to be returned as a string. However When I try Keys.Pagedown.toString it returns "Next" and NOT "PageDown"
I know that Next shares the PageDown key so that might be the issue.
The interesting thing is Keys.PageUp.toString returns "PageUp" and NOT prior (the other key that is shared with it).
I have also tried using the keycode (34) instead of the enum, same result, obviously.
Is there a fix for this?
I know that Next shares the PageDown key so that might be the issue.
The interesting thing is Keys.PageUp.toString returns "PageUp" and NOT prior (the other key that is shared with it).
I have also tried using the keycode (34) instead of the enum, same result, obviously.
Is there a fix for this?