Hello,
In order to make TSE for Linux behave similar to TSE for Windows
could this maybe be implemented in the next TSE release?
Thanks,
with frinedly greetings
Knud van Eeden
===
Q. TSE: Linux: <CtrlAlt Spacebar> does not show the TSE version in Linux 4.50.6
Workaround:
1. -Root cause:
It is a fact that in Linux pressing <CtrlAlt Spacebar>
shows (e.g. testing using the default TSE
macro 'Showkey') instead
<CtrlAlt `>
2. -So a workaround is the following to also
assign <CtrlAlt `> to lVersion() in the .ui
3. -Thus define also this keys
<CtrlAlt `> lVersion()
4. -in all the TSE .ui
tse.ui
brief.ui
tsejr.ui
win.ui
ws.ui
5. -And recompile each .ui
6. -Then press in Linux
<CtrlAlt Spacebar>
will also show the TSE version as usual
7. -Workaround tested successfully with TSE for Linux version 4.50.6
on Ubuntu WSL
===
--- cut here: begin --------------------------------------------------
c:\temp\tse_linux\tsebeta\ui Tue 27-05-25 14:27:51>grep -is "<CtrlAlt Spacebar>" *.*
_run: run: program: filegreptse
SemWare Grep v2.07 for Win32 [Sep 13 2023]
Copyright 1996-2023 SemWare Corp. All rights reserved worldwide.
File: C:\TEMP\tse_linux\tsebeta\ui\brief.ui
<CtrlAlt SpaceBar> lVersion()
File: C:\TEMP\tse_linux\tsebeta\ui\tse.ui
<CtrlAlt SpaceBar> lVersion()
File: C:\TEMP\tse_linux\tsebeta\ui\tsejr.ui
<CtrlAlt SpaceBar> lVersion()
File: C:\TEMP\tse_linux\tsebeta\ui\win.ui
<CtrlAlt SpaceBar> lVersion()
File: C:\TEMP\tse_linux\tsebeta\ui\ws.ui
<CtrlAlt SpaceBar> lVersion()
c:\temp\tse_linux\tsebeta\ui Tue 27-05-25 14:27:56>
--- cut here: end ----------------------------------------------------