Reset keyboard shortcuts Alt+Left, Alt+Right

Joined
Mar 14, 2024
Messages
1
Reaction score
0
Hello,



I often have to work with diagrams and drawings with an increased display scale (up to 500%), and while working I constantly move the horizontal and vertical scroll bars with the mouse.

I found macros for scrolling sliders (scrolling) in all 4 directions



1) ActiveDocument.ActiveWindow.SmallSc roll ToRight:=1

2) ActiveDocument.ActiveWindow.SmallSc roll ToLeft:=1

3) ActiveDocument.ActiveWindow.SmallSc roll Up:=1

4) ActiveDocument.ActiveWindow.SmallSc roll Down:=1



I assigned these macros the key combinations Alt + Left, Right, Up and Down keys.

But 2 keyboard shortcuts Alt + Left and Right are standard and are already assigned to the “Rotate Object” command, and because of this, the left and right scrolling macro does not work when the Object (Shape Format) is selected, only the object is rotated (by 15 degrees).

Tried in Word Options to find these 2 commands to reset these keyboard shortcuts, but no results.

Now the question: is it possible to reassign the Alt + Left, Right combinations to other commands (macros)? If so, where should I look for and change these keyboard shortcuts?



I will be grateful for your help





Sincerely,

Niyetkhan
 
Top