ra4king / CircuitSim

Basic Circuit Simulator
https://ra4king.github.io/CircuitSim
BSD 3-Clause "New" or "Revised" License
76 stars 28 forks source link

Fixed key combinations not working on OSX #28

Closed cgokmen closed 6 years ago

cgokmen commented 6 years ago

Using KeyCodeCombination instead of KeyCharacterCombination, things just work. Don't ask me why though :(

cgokmen commented 6 years ago

There was a small error in this PR - I missed an import. Creating another one instead.