Skip to content

Console key fix and console_key command line argument#349

Open
luponix wants to merge 1 commit into
overload-development-community:mainfrom
luponix:ready-for-pr/console-key-language-fix
Open

Console key fix and console_key command line argument#349
luponix wants to merge 1 commit into
overload-development-community:mainfrom
luponix:ready-for-pr/console-key-language-fix

Conversation

@luponix

@luponix luponix commented Jul 6, 2026

Copy link
Copy Markdown
Member

the old uConsole toggle used Input.GetKeyDown.
On some systems that leads to the key not being pressable or shifted.
By using Input.inputString we can avoid keycode, scanout and unity enum mapping nonsense and only consider the result

(and also add a new command line argument to make the char configurable: -console_key key,key,key ...)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant