RoanH / KeysPerSecond

A keys-per-second meter & counter. Written for osu! but should work for other rhythm games too.
https://osu.ppy.sh/forum/t/552405/
GNU General Public License v3.0
346 stars 28 forks source link

Do not make shortcuts effective at the start-up configuration #66

Closed UlyssesZh closed 1 year ago

UlyssesZh commented 2 years ago

When KeysPerSecond is launched, there is a Window for me to configure it and there is no main GUI. However, if at this interface I hit Ctrl + R or Ctrl + Y, I will make the main GUI visible, which is not expected.

RoanH commented 2 years ago

Oh wow, that's amazing, and quite broken too, thanks for the report. Seems like it varies to what extend this affects various versions, at least it seems like in recent versions Ctrl+R is required to be used before Ctrl+Y will work. Either way this should not be that hard to fix.

RoanH commented 1 year ago

This has been fixed for v8.8, command keys now only become active after launching the main GUI. Thanks again for the report!