SFML community forums

Help => Window => Topic started by: Caeous on October 11, 2013, 09:28:22 pm

Title: Ctrl+Pause key event has Key::Unknown code
Post by: Caeous on October 11, 2013, 09:28:22 pm
Hello,

I've noticed that specifically the combination of Ctrl+Pause will not give a code of Key::Pause but rather Key::Unknown.

Alt+Pause generates the appropriate Key::Pause code.

Any ideas?
Title: Re: Ctrl+Pause key event has Key::Unknown code
Post by: eXpl0it3r on October 11, 2013, 09:31:19 pm
Most probably this: https://github.com/SFML/SFML/issues/7 :)

They key handling isn't very satisfying at the moment. :-\
Title: Re: Ctrl+Pause key event has Key::Unknown code
Post by: Caeous on October 15, 2013, 02:54:01 pm
Thank you expl0it3r.