Tremulous Forum

General => Troubleshooting => Topic started by: putilladesconsolada on August 10, 2009, 09:24:16 pm

Title: Can't open console
Post by: putilladesconsolada on August 10, 2009, 09:24:16 pm
I tried to open console with the key which is left "1" key and it doesn't open, others keys doesn't work.

I have new version of tremoulous. I thinks it's because I have a spanish keyboard.

Anyone have any idea. Thanks.

Title: Re: Can't open console
Post by: gimhael on August 10, 2009, 10:07:17 pm
Try Shift-Esc.
Title: Re: Can't open console
Post by: putilladesconsolada on August 10, 2009, 10:16:02 pm
It opens menu, but no console, i can't type in menu.

Ty anyways.
Title: Re: Can't open console
Post by: putilladesconsolada on August 10, 2009, 11:45:15 pm
Finally i solved changed my keyboard to US configuration.

So i will change my keyboard configuration every time y play trem.

Thanks.
Title: Re: Can't open console
Post by: Bissig on August 11, 2009, 12:03:43 am
AltGr + ~ should work too, asuming your tilde key is left from the return key on your spanish layout.
Title: Re: Can't open console
Post by: Kiwi on August 22, 2009, 08:52:45 pm
You could all so add
Code: [Select]
bind x toggleconsoleto your autoexec.cfg, which can be found in your base folder.  If you don't know what an autoexec.cfg is read this (http://tremulous.net/forum/index.php?topic=10945.0).
Title: Re: Can't open console
Post by: David on August 22, 2009, 09:45:15 pm
toggleconsole doesn't work at all well.
Title: Re: Can't open console
Post by: Kiwi on August 23, 2009, 01:02:56 pm
toggleconsole doesn't work at all well.
It works well in-game doesn't it?
Title: Re: Can't open console
Post by: Bissig on August 23, 2009, 04:07:04 pm
toggleconsole doesn't work at all well.
It works well in-game doesn't it?

Problem is, that when the console is open, pressing the key x (or whatever toggleconsole is bound to) will only print out x, but not close the console again. That's why I find it very annoying that in some clients the devs have removed the ESC key as a way to close the console again. On a QWERTZ layout it is very annoying to spread out the fingers that much to hit the built-in toggleconsole bind altgr+~ as I have to take my right hand off the mouse.
Title: Re: Can't open console
Post by: Kiwi on August 23, 2009, 04:48:37 pm
you could always bind toggleconsole to a key you don't type with, say f12.
Title: Re: Can't open console
Post by: David on August 23, 2009, 05:04:55 pm
It still won't be able to close the console.
Title: Re: Can't open console
Post by: kevlarman on August 23, 2009, 06:11:24 pm
toggleconsole doesn't work at all well.
It works well in-game doesn't it?

Problem is, that when the console is open, pressing the key x (or whatever toggleconsole is bound to) will only print out x, but not close the console again. That's why I find it very annoying that in some clients the devs have removed the ESC key as a way to close the console again. On a QWERTZ layout it is very annoying to spread out the fingers that much to hit the built-in toggleconsole bind altgr+~ as I have to take my right hand off the mouse.
cl_consolekeys.
Title: Re: Can't open console
Post by: Bissig on August 23, 2009, 07:42:39 pm
toggleconsole doesn't work at all well.
It works well in-game doesn't it?

Problem is, that when the console is open, pressing the key x (or whatever toggleconsole is bound to) will only print out x, but not close the console again. That's why I find it very annoying that in some clients the devs have removed the ESC key as a way to close the console again. On a QWERTZ layout it is very annoying to spread out the fingers that much to hit the built-in toggleconsole bind altgr+~ as I have to take my right hand off the mouse.
cl_consolekeys.

This is neither mentioned in the wiki nor does my client show it.
Title: Re: Can't open console
Post by: KillerWhale on August 23, 2009, 08:06:49 pm
I use "cl_consolekeys kp_minus". It's only in newer clients, but the keys from this cvar will open AND close the console.

Code: (changeconsole.cfg) [Select]
seta cl_consolekeys kp_minus
unbind ~
unbind `
Title: Re: Can't open console
Post by: Breakz on February 12, 2014, 04:35:13 pm
Replying for someone else here who wanted to share :P

But ALTGR+4 works for spanish keyboards.

also my own suggestion
Code: [Select]
bind ~ "toggleconsole"Change ~ to whatever key you wish.