How to disable keyboard shortcuts in Word 2003

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In the Microsoft Office Word 2003 there are following shortcuts:

alt+ctr+k (Auto Format)
alt+ctr+- (Customize Remove Menu Shortcut)
alt+ctr+s (Doc Split)
alt+ctr+z (Go Back)
alt+ctr+l (List Num Field)
alt+ctr+n (Normal)
alt+ctr+o (Outline)
alt+ctr+i (Print Preview)
alt+ctr+u (Update Auto Format)
alt+ctr+e (€)
alt+ctr+r (® )
alt+ctr+c (©)

In the Word (only in the Word and not in the other programms) these
shortcuts interfere with my keyboard (created with the Keyboard Layout
Creator).

I can find some or most of these commands in the “Tools >Customize >
Commandsâ€, but the corresponding shortcuts aren’t there! Therefore it is
impossible to disable these shortcuts. How to remove them?

Any help will be greatly appreciated
Kind regards
janis
 
You should be able to find most of them (I couldn't see the Euro symbol)
under Tools > Customize > Keyboard but, if not, or anyway, you can disable
them in code ..

FindKey (BuildKeyCode(wdKeyE, wdKeyControl, wdKeyAlt)).Disable

etc.
 
Back
Top