Q. TSE: Linux: non-WSL: Ubuntu: Which keys do not work? Terminal: Mate
Tested with TSE Linux 4.50.13:
/*** Cursor Movement commands **********************************************
<Shift PgUp> mPrevPara() // shows <Enter>
<Alt PgUp> mPrevPara() // does not show anything
<Alt PgDn> mNextPara() // does not show anything
<Alt F5> RollLeft() // does not show anything
<Alt F6> RollRight() // does not show anything
//*** Text editing commands *************************************************
<Alt t> MainMenu('T') // Used by the terminal
<Ctrl Backspace> DelLeftWord() // Shows <Backspace> instead
<Alt F2> InsertLine() // used by the terminal
<Ctrl -> mCopyCharAbove() // used by the terminal
<Alt s> SplitLine() // used by the terminal
<Alt F4> mLower() // quits the editor
<Ctrl 8> ExecMacro("quote") // shows <Backspace> instead
<CtrlShift 8> ExecMacro("quote cmt") // shows <*>
//*** Block commands ********************************************************
<Ctrl Ins> CopyToWinClip() // does not show anything
<Shift Ins> PasteFromWinClip() // shows <Enter>
<CtrlShift Grey+> CopyToWinClip() // does not show anything
<CtrlShift Grey-> CutToWinClip() // does not show anything
<Ctrl Grey+> CopyAppend() // does not show anything
<Ctrl Grey-> CutAppend() // does not show anything
<Ctrl PrtSc> Paste(_OVERWRITE_) // does not show anything
<CtrlShift Grey*> PasteFromWinClip() // shows <CtrlAltShift y> instead
<Ctrl [> Gotoblockbegin() // used by the terminal to zoom the window
<Ctrl ]> Gotoblockend() // shows <]> instead
//*** Window commands *******************************************************
// Alt 1..9 goto the numbered window
//*** BookMark commands *****************************************************
<Ctrl 6> GotoMark() // shows <^>
<Ctrl 2> PlaceMark() // shows <Ctrl .>
//*** Find/Replace commands *************************************************
<Ctrl i> ExecMacro("isrch") // shows <Tab> instead
<CtrlShift l> RepeatFind(_REVERSE_) // shows <Ctrl l> instead
<Ctrl => mFindWordAtCursor('b') // shows <=> instead
<Ctrl \> mFindWordAtCursor('g') // shows nothing
<Alt v> mCompressView(0) // used by the terminal
<AltShift v> ViewFinds() // shows <Alt V> instead
//*** Macro commands ********************************************************
<Ctrl Enter> ExecScrapMacro() // shows <Enter> instead
<Ctrl m> RecordKeyMacro() // shows <Enter> instead
//*** File commands *********************************************************
<Alt f> MainMenu('F') // used by the terminal
<Alt e> EditThisFile() // used by the terminal
<Ctrl 0> mListRecentFiles() // used by the terminal
//*** Other commands ********************************************************
<F10> MainMenu() // used by the terminal
<F1> Help() // used by the TSE macro linuxmouse.s if running that
<Ctrl F1> mHelpOnWordAtCursor() // used by the terminal
<Alt F1> PrevHelp() // does not show anything
<Alt F10> ShowEntryScreen() // used by the terminal
<}> mCloseBrace() // needs <Shift }> to show
<Shift F10> ExecMacro("potpourr") // used by the terminal
<CtrlAlt SpaceBar> lVersion() // shows <CtrlAlt .> instead
<f11> ExecMacro("togmax") // used by the terminal
//*** Mouse keys ************************************************************
<LeftBtn> mLeftBtn() // does not do anything
<Ctrl LeftBtn> MouseMarking(_COLUMN_) // does not do anything
<Alt LeftBtn> MouseMarking(_LINE_) // does not do anything
<Shift LeftBtn> mShiftLeftBtn() // does not do anything
<RightBtn> mRightBtn() // does not do anything
<Ctrl WheelUp> ResizeFont(1) // shows <Ctrl CursorUp> instead
<Ctrl WheelDown> ResizeFont(-1) // shows <Ctrl CursorDown> instead
<Shift WheelUp> RollLeft( GetWheelScrollLines()) // shows <Shift CursorUp> instead
<Shift WheelDown> RollRight(GetWheelScrollLines()) // shows <Shift CursorDown> instead