Hi all, I have a strange behavior with function key mapping (F1,F2, F3 etc…). All other key mapping are working well except function keys ? They seems to be stuck to original win 10 functions. No way to have them working as defined in the key-binding file. Is there someone that can help on this particular point ?
rgds
Function key binding stuck to win 10 original values
The main advice in a situation like this is to open the Sublime console with View > Show Console, then enter sublime.log_input(True) and press the key you want to bind.
If you see a log, that indicates what key Sublime sees it as; use that in your binding. However if you don’t see anything logged at all, it means that something external to Sublime (like the OS or some other software) is intercepting the key and consuming them before Sublime can see them.
In the latter case, the only option is to find what’s stealing the keys and stop them from doing that. I’m not sure if Windows has built in bindings for unmodified function keys, but I know that I’ve run into trouble in the past with the Logitech software for my keyboard doing me favours, so something similar might be happening here.