TSE: :Linux: Issue: replacing a key assignment in tse.ui is ignored
TSE for Linux version 4.50 official release on Linux WSL Ubuntu
Hello,
Reproduction:
1. backup and edit ui/tse.ui
2. Search e.g. for this and disable it
// <Ctrl z> ScrollDown()
3. Replace it instead with
<Ctrl z> <Alt BackSpace>
4. Save the .ui file
5. Burn it in e using
./sc32 -B ui/tse.ui
6. Result: Restart e, and in e this <Ctrl z> is ignored, and in the menu 'Text' > 'Undo' it still shows unexpected 'Alt Backspace'
7. And using Showkey() shows that <Ctrl z> is detected as well as <Alt Backspace>
with friendly greetings
Knud van Eeden