is there a keyboard shortcut for the ENTER key

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

Guest

i'm trying to figure out how to create a keyboard shortcut for the ENTER key
so that I can only use the left side of the keyboard.
 
G'day "macsig07" <[email protected]>,

Assign your desired key shortcut to this macro

Sub PressEnter()
Selection.InsertParagraphAfter
Selection.Collapse wdcollapseend
End Sub

Steve Hudson - Word Heretic

steve from wordheretic.com (Email replies require payment)
Without prejudice


macsig07 reckoned:
 
Will this work when the person is in a dialog box or using Enter to mean OK?
--

Charles Kenyon

Word New User FAQ & Web Directory: http://addbalance.com/word

Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide

See also the MVP FAQ: http://www.mvps.org/word which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.
 
G'day "Charles Kenyon" <[email protected]>,

No. It is only when that key stroke combination passes through Word's
"typing into document" text stream 'filters'.

For example, Word cant monitor us typing into Excel right? Well, Forms
are a sub-system to themselves and trap the input stream for the own
purpose. So Word cannot 'see' that typing either.


Steve Hudson - Word Heretic

steve from wordheretic.com (Email replies require payment)
Without prejudice


Charles Kenyon reckoned:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top