mgba-emu / mgba

mGBA Game Boy Advance Emulator
https://mgba.io/
Mozilla Public License 2.0
5.38k stars 744 forks source link

fix shortcut handling #3201

Open oltolm opened 2 weeks ago

oltolm commented 2 weeks ago

Setting shortcuts does not work properly for me. If I want to assign Ctrl+F to some action I press Ctrl and it shows "Control" then I press F and it shows F and finally it assigns F. But that's not what I want, I want Ctrl+F to be shown and assigned. This PR fixes that.