Okay, application suite for Intel and AMD video adapters have a customizable hot key manager, but not the Nvidia application suite as far as I could find out with some quick internet searches. Nvidia 3D Vision seems to define hot keys, but not easy customizable for a user according to blog
Modifying all 3D Vision control key combinations as you need. I think, we can forget this potential source for the problems. The Nvidia application suite is most likely not the source of moving sometimes unexpected the caret to top of file.
I get more and more the impression that an unknown multi-key assignment not listed in file
uedit64u.uek could be the reason for this very hard to find issue.
I suggest following:
- Exit all running instances of UltraEdit.
- Open the folder %APPDATA%\IDMComp\UltraEdit in Windows Explorer or your favorite file manager.
- Rename the file uedit64u.shortcuts.txt for example to UltraEdit_Shortcuts.txt.
- Delete the file uedit64u.uek and all other *.uek and *.kbd files still existing perhaps from older versions of UltraEdit.
- Start UltraEdit, open Advanced - Settings or Configuration - Key mapping and customize once again the key assignments.
The button
Show key mapping in editor can be used to recreate
uedit64u.shortcuts.txt after key mapping customization. This file should be compared with
UltraEdit_Shortcuts.txt to verify if no customization was forgotten on redoing the key mapping customization.
I recommend on key mapping customization to avoid that
Ctrl+P is used for command
Print and chord
Ctrl+P,
Ctrl+S is used for command
Persistent selection. This is the default key mapping of both commands, but I think, this default is not good. Better would be to use for
Persistent selection something unique like
Ctrl+Shift+E or
Ctrl+Shift+L.
Please note the following commands as listed in file
uedit64u.shortcuts.txt with
Num lock
not enabled:
- Alt+Subtract ... Position active line at top of window ... Alt+<Num>−
- Alt+Clear ... Position active line at center of window ... Alt+<Num>5
- Alt+Multiply ... Position active line at center of window ... Alt+<Num>×
- Alt+Add ... Position active line at bottom of window ... Alt+<Num>+
- Alt+Left Arrow ... Position cursor at previous paragraph start
- Alt+Right Arrow ... Position cursor at next paragraph start
- Alt+PgUp ... Position cursor at top of window
- Alt+PgDn ... Position cursor at bottom of window
Alt+PgUp can be the same as
Ctrl+Home if the first displayed line is the first line in file.
And of course pressing
Ctrl+G,
1,
Return or
Enter moves cursor also to top of the file.