Fill Shortcut fields from string.
readKey("Ctrl"); // will assign `true` to `ctrl` readKey("A"); // will assign `input.KeyCode.A` to `key`
See Implementation
Fill Shortcut fields from string.