Can you set the keybind based on the node's `focus...
# tornadofx
s
Can you set the keybind based on the node's
focusedProperty
status maybe?
b
so that would imply to rebind everytime it gets focused?
s
Yeah, seems kinda hacky but maybe if you can get the focused state somewhere, you can set the keybind only when that particular tab has focus, and the unbind it when it loses focus
I haven't done much with keybinds so not sure if this is an effective method