---
f:\wordproc\tse_beta\ui Thu 3/26/26 18:05:00>grep -i "<Ctrl C>" *.ui
File: F:\WORDPROC\tse_beta\ui\brief.ui
"<ctrl c> CenterLine"
<ctrl c> bCenterLine()
File: F:\WORDPROC\tse_beta\ui\tse.ui
<Ctrl c> GotoColumn()
File: F:\WORDPROC\tse_beta\ui\tsejr.ui
<Ctrl c> PageDown()
File: F:\WORDPROC\tse_beta\ui\win.ui
<Ctrl c> CopyToWinClip()
<Ctrl c> CopyToWinClip()
//<Ctrl c> GotoColumn() ???
File: F:\WORDPROC\tse_beta\ui\ws.ui
<ctrl c> PageDown()
---
At the moment that very important paste <Ctrl C> key shortcut in the default
ui\tse.ui file is assigned to
<Ctrl C> GotoColumn()
where this 'GotoColumn()' is a very infrequently used key shortcut
which can probably very easily be redefined to some other key combination.
Then instead instead assigning it to this extremely important,
well known and very often used 'copy' command:
<Ctrl C> CopyToWinClip()
(only in the default ui\tse.ui file).