Page 1 of 1
Backspace hotkey toggling smoothscroll whilst chatting
Posted: 29 Oct 2014, 22:44
by LEDZ
This never used to happen, I'm wondering if it's a bug and affecting everyone or if it's just me and some weird widget I have.
Thanks guys.
Re: Backspace hotkey toggling smoothscroll whilst chatting
Posted: 29 Oct 2014, 22:51
by Silentwings
It's an engine bug (
http://springrts.com/mantis/view.php?id=4578).
If you are using BA, and you have the "Building Hotkeys" widget enabled (BAs internal version,
not some local version) then it shouldn't happen, since that widget contains hotfixes for 98.0 key related bugs.
Re: Backspace hotkey toggling smoothscroll whilst chatting
Posted: 29 Oct 2014, 23:00
by Jools
What if he's not using BA?
Re: Backspace hotkey toggling smoothscroll whilst chatting
Posted: 29 Oct 2014, 23:05
by Silentwings
Since I don't maintain any other games, in that case (as the empty space in my post might indicate) I have no idea.
(P.S. LEDZ is a long time BA player...)
Re: Backspace hotkey toggling smoothscroll whilst chatting
Posted: 29 Oct 2014, 23:26
by Jools
Redacted
Re: Backspace hotkey toggling smoothscroll whilst chatting
Posted: 30 Oct 2014, 08:21
by abma
Jools wrote:By the way, it would be helpful if spring would still come with an empty uikeys.txt at least, it would make it easier to make edits such as these.
/unbindall is your friend
Re: Backspace hotkey toggling smoothscroll whilst chatting
Posted: 30 Oct 2014, 14:07
by Jools
Yes, but it's mostly the thing that people are afraid of creating a file when it doesn't exist, and are not sure where to create it.
Re: Backspace hotkey toggling smoothscroll whilst chatting
Posted: 30 Oct 2014, 14:12
by abma
@Jools
are you asking as user or as gamedev?
as gamedev you can create a lua widget which creates this file and also call /unbindall.
Re: Backspace hotkey toggling smoothscroll whilst chatting
Posted: 30 Oct 2014, 14:26
by Jools
Redacted
Re: Backspace hotkey toggling smoothscroll whilst chatting
Posted: 30 Oct 2014, 15:29
by abma
These are all issues that are more related to the local keyboard that to the game. As gamedev I don't have more information about the problem than enginedevs, so I don't think that the gamedev is the right subsidiarity in this problem.
yes, its a problem, that keyboard layouts are so different. best solution seems to be to let users configure it, if they have a "non default" keyboard.
to simplify configuring keys we need some gui which imo could be done with a widget which should/could be done by a gamedev.
imo springsettings failed doing it, it never worked for me. also having an external program leads to possible a lot more bugs than having it integrated into the engine.
Re: Backspace hotkey toggling smoothscroll whilst chatting
Posted: 30 Oct 2014, 15:41
by Jools
Redacted
Re: Backspace hotkey toggling smoothscroll whilst chatting
Posted: 30 Oct 2014, 15:53
by abma
Jools wrote:Either a widget or something integrated into the menu when you start spring by double-clicking spring.exe. Or would that be more complicated?
afaik plan is to replace the "default menu" with luaintro, jk knows maybe more :)
so, a widget could be possible used there too, when this change is done. afaik the keyhandling in the menu works slightly different than ingame, so doing this "ingame" should be prefered.
Re: Backspace hotkey toggling smoothscroll whilst chatting
Posted: 31 Oct 2014, 23:02
by LEDZ
I am a long time player and have dabbled with lua widgets/gadgets but because I keep coming and going I forget how to do some simple things (like this).
Thank you guys.