Posts: 152
Threads: 20
Joined: Jul 2010
03 Apr 12, 04:41PM
(This post was last modified: 03 Apr 12, 04:41PM by Milandrag.)
hellow
i was trying to write another script but i was wondering if it would be possible to call a certain key from keymap.cfg?
i was thinking like
bind j [keymap 32]
and than J would have same function as space?
thanks :)
Posts: 205
Threads: 3
Joined: Jun 2010
Do /bind "j" (keybind space) instead ;)
Posts: 3,462
Threads: 72
Joined: Jun 2010
You could do some keymap hackery by changing keymap.cfg, but tbh I dont thing that is a good idea. Just make one alias and have both j and space execute that alias.
Posts: 152
Threads: 20
Joined: Jul 2010
04 Apr 12, 05:12AM
(This post was last modified: 04 Apr 12, 03:41PM by Milandrag.)
well i meant if it's possible to get the confirmation alias (like when you press enter/space/left mouse in the menu)
EDIT:
i tried the keybind space thing and it doesn't actually work :?