Q. TSE: .ui: Key: Table
FYI:
1. Tested with clean TSE for Microsoft Windows 4.50.14
2. Note: Given is that (by Semware design choices) all the six .ui files are EXACTLY the SAME in both TSE for Microsoft Windows and TSE for Linux.
3. Using these commands to check what is assigned:
cd to the TSE ui directory
then e.g.
grep -i "<Ctrl C>" *.*
===
4. Here are the results of my tests checking all the TSE .ui files,
--- cut here: begin --------------------------------------------------
------------------------------------------------------------------------------------------------------------------------------
|win.ui |tse.ui |ws.ui |brief.ui |tsejr.ui |
------------------------------------------------------------------------------------------------------------------------------
<CTRL Z> |Undo() |ScrollDown() |ScrollDown() |ZoomWindow() |ScrollDown() |
<CTRL X> |CutToWinClip() |ExecMacro() |Down() |SaveAllAndExit()|Down() |
<CTRL C> |CopyToWinClip() |GotoColumn() |PageDown() |bCenterLine() |PageDown() |
<CTRL V> |PasteFromWinClip() |n/a |ToggleInsert() |n/a |ToggleInsert() |
<CTRL Y> |Redo() |DelLine() |DelLine() |n/a |DelLine() |
<CTRL A> |MarkAll() |n/a |n/a |n/a |n/a |
<Ctrl Ins> |n/a |run cuamark.s |Copy() |n/a |exists, but not assigned |
<Shift Ins> |PasteReplaceFromWinClip() |run cuamark.s |Paste() |n/a |n/a |
<Shift Del> |n/a |run cuamark.s |Cut()( |n/a |n/a |
------------------------------------------------------------------------------------------------------------------------------
===
--------------------------------------------------------------------------------------------------------------------------------------------
|win.ui |tse.ui |ws.ui |brief.ui |tsejr.ui |
--------------------------------------------------------------------------------------------------------------------------------------------
Undo() |<Ctrl Z>, <Alt BackSpace> |<Alt BackSpace> |<Alt BackSpace> |<Alt U>, <Grey*>|<Alt BackSpace> |
CutToWinClip() |<Ctrl X>, <CtrlShift Grey-> |<CtrlShift Grey-> |n/a |n/a |n/a |
CopyToWinClip() |<Ctrl C>, <CtrlShift Grey+> |<CtrlShift Grey+> |n/a |n/a |n/a |
PasteFromWinClip()|<CTRL V> |???? |n/a |n/a |n/a |
Redo() |<CTRL Y>, <AltShift BackSpace> |<AltShift BackSpace> |<AltShift BackSpace> |<Ctrl U> |<AltShift BackSpace> |
MarkAll() |<CTRL A> |n/a |n/a |n/a | |
--------------------------------------------------------------------------------------------------------------------------------------------
--- cut here: end ---------------------------------------------