kvirc / KVIrc

The KVIrc IRC Client
http://www.kvirc.net/
GNU General Public License v2.0
240 stars 75 forks source link

Fix action shortcuts being run only sometimes #2582

Closed ctrlaltca closed 9 months ago

ctrlaltca commented 9 months ago

The Main window registers shortcuts for all the function keys in order to generate the OnAccelKeyPressed event. If a shortcut is defined in an action, the main window is supposed to free it by deleting its previously registered shortcut. Still, the old shortcut still lives and is triggered half of the times. Changes in this PR: Disable the old accelerator before deleting it to ensure it doesn't mess with the action accellerator

Related to #1096 Reported by @Ziginox on IRC