Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to open console #6

Open
death112 opened this issue Sep 13, 2020 · 1 comment
Open

Not able to open console #6

death112 opened this issue Sep 13, 2020 · 1 comment
Labels

Comments

@death112
Copy link

Not sure if its just me, but I cant seem to open the console.
Ive tried rebinding it in the cfg file but that didnt work either.

@zturtleman
Copy link
Owner

Try pressing Shift+Escape.

The standard console key doesn't work on some key layouts. The upstream issue is located at ioquake/ioq3#285.

The console keys are separate from binds for toggleconsole. It's possible to specify bind key names or Unicode character hex value in cl_consoleKeys cvar but the standard console key (grave key) is difficult to handle due to dead keys. The easy solution for users is to use a function key like F4 (seta cl_consoleKeys "F4") though this is admittedly odd since the grave key originally worked in Quake 3 / Elite Force.

@zturtleman zturtleman added the bug label Sep 14, 2020
@zturtleman zturtleman changed the title not able to open console Not able to open console Sep 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants