Author Topic: Can't open console  (Read 17032 times)

putilladesconsolada

  • Posts: 4
  • Turrets: +0/-1
Can't open console
« 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.


gimhael

  • Posts: 546
  • Turrets: +70/-16
Re: Can't open console
« Reply #1 on: August 10, 2009, 10:07:17 pm »
Try Shift-Esc.

putilladesconsolada

  • Posts: 4
  • Turrets: +0/-1
Re: Can't open console
« Reply #2 on: August 10, 2009, 10:16:02 pm »
It opens menu, but no console, i can't type in menu.

Ty anyways.

putilladesconsolada

  • Posts: 4
  • Turrets: +0/-1
Re: Can't open console
« Reply #3 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.

Bissig

  • Posts: 1309
  • Turrets: +103/-131
Re: Can't open console
« Reply #4 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.

Kiwi

  • Posts: 859
  • Turrets: +29/-9
Re: Can't open console
« Reply #5 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.

David

  • Spam Killer
  • *
  • Posts: 3543
  • Turrets: +249/-273
Re: Can't open console
« Reply #6 on: August 22, 2009, 09:45:15 pm »
toggleconsole doesn't work at all well.
Any maps not in the MG repo?  Email me or come to irc.freenode.net/#mg.
--
My words are mine and mine alone.  I can't speak for anyone else, and there is no one who can speak for me.  If I ever make a post that gives the opinions or positions of other users or groups, then they will be clearly labeled as such.
I'm disappointed that people's past actions have forced me to state what should be obvious.
I am not a dev.  Nothing I say counts for anything.

Kiwi

  • Posts: 859
  • Turrets: +29/-9
Re: Can't open console
« Reply #7 on: August 23, 2009, 01:02:56 pm »
toggleconsole doesn't work at all well.
It works well in-game doesn't it?

Bissig

  • Posts: 1309
  • Turrets: +103/-131
Re: Can't open console
« Reply #8 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.

Kiwi

  • Posts: 859
  • Turrets: +29/-9
Re: Can't open console
« Reply #9 on: August 23, 2009, 04:48:37 pm »
you could always bind toggleconsole to a key you don't type with, say f12.

David

  • Spam Killer
  • *
  • Posts: 3543
  • Turrets: +249/-273
Re: Can't open console
« Reply #10 on: August 23, 2009, 05:04:55 pm »
It still won't be able to close the console.
Any maps not in the MG repo?  Email me or come to irc.freenode.net/#mg.
--
My words are mine and mine alone.  I can't speak for anyone else, and there is no one who can speak for me.  If I ever make a post that gives the opinions or positions of other users or groups, then they will be clearly labeled as such.
I'm disappointed that people's past actions have forced me to state what should be obvious.
I am not a dev.  Nothing I say counts for anything.

kevlarman

  • Posts: 2737
  • Turrets: +291/-295
Re: Can't open console
« Reply #11 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.
Quote from: Asvarox link=topic=8622.msg169333#msg169333
Ok let's plan it out. Asva, you are nub, go sit on rets, I will build, you two go feed like hell, you go pwn their asses, and everyone else camp in the hallway, roger?
the dretch bites.
-----
|..d| #
|.@.-##
-----

Bissig

  • Posts: 1309
  • Turrets: +103/-131
Re: Can't open console
« Reply #12 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.

KillerWhale

  • Spam Killer
  • *
  • Posts: 469
  • Turrets: +63/-26
Re: Can't open console
« Reply #13 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 `

Breakz

  • Posts: 4
  • Turrets: +0/-0
Re: Can't open console
« Reply #14 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.