Spacebar to end turn

Xen0

Chieftain
Joined
Sep 23, 2010
Messages
1
It really bugged me when I was playing that I couldn't press space bar to end my turn. So I changed a couple lines in the control XML file to do that.
 

Attachments

you can press enter, really for me its even better cause the little enter key on the numpad is that much closer to my mouse hand anyways.
 
thanks.
i want to set middle mouse button click as end turn aswell, but i couldnt find any references for mouse hotkey names. anyone can help?
 
Lines 236 to 251 in the file Xen0 posted, maybe try an online search for mouse hotkey names?
 
yeah thanks i know where to edit, i just dont know the proper name for the middle mouse button. google only gives civ4 results. besides, this is probably the first place this info will appear..
 
you can press enter, really for me its even better cause the little enter key on the numpad is that much closer to my mouse hand anyways.
Yeah, but some people use both hands, one for the mouse, one for the keyboard; having the spacebar is in that case very helpful, since your hand is probably somewhere there already. ;)

Cheers, LT.
 
Not tested, but maybe work:
Code:
KB_1
KB_2
KB_3
KB_4
KB_5
KB_6
KB_7
KB_8
KB_9
KB_0
KB_Q
KB_W
KB_E
KB_R
KB_T
KB_Y
KB_U
KB_I
KB_O
KB_P
KB_A
KB_S
KB_D
KB_F
KB_G
KB_H
KB_J
KB_K
KB_L
KB_Z
KB_X
KB_C
KB_V
KB_B
KB_N
KB_M
KB_COMMA
KB_PERIOD
KB_SLASH
KB_SHIFT
KB_ENTER
KB_CTRL
KB_TAB
KB_ALT
KB_SPACE
KB_UP
KB_DOWN
KB_LEFT
KB_RIGHT
KB_PRINTSCRN
KB_BREAK
KB_PAGEUP
KB_PAGEDOWN
KB_DELETE
KB_END
KB_INSERT
KB_HOME
KB_BACKSPACE
KB_F1
KB_F2
KB_F3
KB_F4
KB_F5
KB_F6
KB_F7
KB_F8
KB_F9
KB_F10
KB_F11
KB_F12
KB_LBRACKET
KB_RBRACKET
KB_EQUALS
KB_COLON
KB_QUOTE
Code:
MOUSE_LB
MOUSE_RB
MOUSE_MB
 
Yes...

Seems that Enter is working but not Spacebar.

Also I seem to be having random issues with the last production queue not responding. Any ideas?
 
Back
Top Bottom