Kromster80 / kam_remake

"KaM Remake" is an RTS game remake written in Delphi from scratch.
http://www.kamremake.com
GNU Affero General Public License v3.0
361 stars 90 forks source link

Bugfix: Ctrl+C/Ctrl+A in game chat memo - keyUp event was propagated further and binded hotkeys on C or A could trigger #404

Closed reyandme closed 7 years ago

reyandme commented 7 years ago

We have to handle Memo's KeyUp same as KeyDown - with KeyEventHandled function, which returns True on handled events