scijava / ui-behaviour

Configurable input handling, via mapped behaviours
Other
4 stars 2 forks source link

Fix a bug preventing default keystrokes to be used for Actions. #12

Closed tinevez closed 6 years ago

tinevez commented 6 years ago

Before this commit, many actions were not bound e.g. in TrackScheme3 if the key bindings were not defined in a config file. This caused plenty of messages such as


Could not assign KeyStroke for "load settings". Nothing defined in InputTriggerConfig, and no default given.
Could not assign KeyStroke for "render settings". Nothing defined in InputTriggerConfig, and no default given.
Could not assign KeyStroke for "ts navigate to child". Nothing defined in InputTriggerConfig, and no default given.
Could not assign KeyStroke for "ts navigate to parent". Nothing defined in InputTriggerConfig, and no default given.

to appear in the console.

tpietzsch commented 6 years ago

👍