Custom keybindings only activate after opening settings
tecfu opened this issue ยท 4 comments
tecfu commented
-
Expected Behavior:
Custom keybindings applied and saved in a previous session should work at the start of a new session. -
Observed Behavior:
Some custom keybindings only work after opening the settings tab in a new session. -
Steps to Repeat:
- Install on Ubuntu 20.04 via direct download
- Move to Home directory
- Hamburger Menu > Settings > Keybindings > Terminal > Reset VT
- Replace keybinding with
Alt+K
- Restart Extraterm
- echo hello
- Press Alt+K
- Observe nothing, open settings menu
- Switch to previous tab
- Press Alt+K
- Observe the terminal reset as expected (keybinding worked)
Thanks for all your work on the project, I know maintaining something like this can be overwhelming. Hang in there.
sedwards2009 commented
Thanks for the encouragement, and the detailed report.
I've seen a few times where keybindings don't work when they should and I haven't been able to reproduce the problem on demand. I hope your steps do the trick.
sedwards2009 commented
I can reproduce the problem here. ๐
sedwards2009 commented
Fixed in the 0.71.0 release.
tecfu commented
Thank you!