Hi, I'm having two strange issues with my project. One of them has been there for a while, and the other was introduced in my most recent commit, which is unfortunately quite a large one.
Firstly, I have an InputMap set up to listen for "ctrl-s" to begin saving, but it triggers the event when "s" is pressed by itself (first two screenshots). (SOLVED!)
Secondly, and more bizarrely, I have a PopupMenu intended to show a bunch of options and produce certain behaviour based on which is clicked. The menu button is, however, completely unresponsive - not even mousing over it will produce any results. I'm happy to share version history to show what changes I've made, since when I roll back to my previous commit (and lose about three hours of work) it works fine.