Doublebind overrides normal bind

Bugs that have been investigated and resolved somehow.

Moderator: GZDoom Developers

Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
Post Reply
id218
Posts: 1
Joined: Thu Jun 06, 2019 1:21 pm

Doublebind overrides normal bind

Post by id218 »

It seems that doublebind is broken. It overrides normal bind, i.e. mouse2 is bound to +jump, I doublebind mouse2 to +use and now it executes +use whether I doubleclick the key or press once. I tried the latest stable build (4.1.2) and the latest dev build (g4.2pre-130-gb8a188705 on 2019-06-06 22:15:20), the problem preserves in both builds.
lokthar
Posts: 4
Joined: Sat Feb 29, 2020 10:32 am

Re: Doublebind overrides normal bind

Post by lokthar »

Same problem for me, with GZDoom v4.3.3, Windows 10, 64 bits, no mod.

If I bind like this :
unbind a
doublebind a "echo double"
...when i simple-press (or double-press) the A key, the message "double" is always displayed.

If I bind like that :
bind a "echo simple"
doublebind a "echo double"
...same result, when i simple-press (or double-press) the A key, the message "double" is always displayed. There is no way to trig the simplebind action.
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49071
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: Doublebind overrides normal bind

Post by Graf Zahl »

I was unable to reproduce this, regular and double bind on the same key are properly recognized.
Post Reply

Return to “Closed Bugs [GZDoom]”