Canop / miaou

A chat server with OAuth2 authentication, persistent and searchable history, video and audio, markdown formatting, private and public rooms, stars, votes, embedded games, and many other features
http://miaou.dystroy.org/
Other
539 stars 73 forks source link

AltGr & and Control conflict solving #81

Closed Ckln closed 6 years ago

Ckln commented 6 years ago

This PR make sure for any Ctrl + event that Miaou process that the "AltGraph" key is not pressed. This is because on windows when the AltGr key is pressed Windows is also sending a Ctrl event. Thus we end up with some event which have altKey and ctrlKey set to true. In some keyboard configuration (bépo) it will conflict with Miaou shortcuts.

Ckln commented 6 years ago

PR was done by mistake