|
| |||
| Ctrl-C (Copy) and Ctrl-V (Paste) Hi, Can anyone tell me if its possible to assign a single keyboard button to Ctrl-C (Copy)and Ctrl-V (Paste)?? For example swap Scroll Lock and Pause/Break. Thanks alot! Rich:) ---------------- This post is a suggestion for Microsoft, and Microsoft responds to the suggestions with the most votes. To vote for this suggestion, click the "I Agree" button in the message pane. If you do not see the button, follow this link to open the suggestion in the Microsoft Web-based Newsreader and then click "I Agree" in the message pane. http://www.microsoft.com/office/comm...ic.office.misc |
| |||
| Re: Ctrl-C (Copy) and Ctrl-V (Paste) Some keys can be assigned using Tools - Customize - Keyboard. Others can be assigned using a macro. The following macro, for example, assigns Copy to the scroll lock key: ' ' AssignScrollLockToCtrlC Macro ' ' CustomizationContext = NormalTemplate KeyBindings.Add KeyCode:=BuildKeyCode(wdKeyScrollLock), KeyCategory:= _ wdKeyCategoryCommand, Command:="EditCopy" End Sub This macro assigns the Pause/Break key to Paste: Sub AssignPauseToCtrlV() ' ' AssignPauseToCtrlV Macro ' ' CustomizationContext = NormalTemplate KeyBindings.Add KeyCode:=BuildKeyCode(wdKeyPause), KeyCategory:= _ wdKeyCategoryCommand, Command:="EditPaste" End Sub You'd need to run each macro only once to make the assignment. By making some commands accessible only by macro, I imagine, Microsoft hopes to prevent users from shooting themselves in the foot. ;-) Enjoy! -- Herb Tyson MS MVP Author of the Word 2007 Bible Blog: http://word2007bible.herbtyson.com Web: http://www.herbtyson.com "Rich" <Rich@discussions.microsoft.com> wrote in message news:D66D7517-FCBB-4DA0-93AE-23FEE52847B4@microsoft.com... > Hi, > > Can anyone tell me if its possible to assign a single keyboard button to > Ctrl-C (Copy)and Ctrl-V (Paste)?? > > For example swap Scroll Lock and Pause/Break. > > Thanks alot! > Rich:) > > ---------------- > This post is a suggestion for Microsoft, and Microsoft responds to the > suggestions with the most votes. To vote for this suggestion, click the "I > Agree" button in the message pane. If you do not see the button, follow > this > link to open the suggestion in the Microsoft Web-based Newsreader and then > click "I Agree" in the message pane. > > http://www.microsoft.com/office/comm...ic.office.misc |
| |||
| Re: Ctrl-C (Copy) and Ctrl-V (Paste) Use Quick Macro software to define a hotkey: http://www.download.com/Quick-Macro/...ml?tag=lst-0-9 On May 21, 11:25 am, Rich <R...@discussions.microsoft.com> wrote: > Hi, > > Can anyone tell me if its possible to assign a singlekeyboardbutton to > Ctrl-C (Copy)and Ctrl-V (Paste)?? > > For example swap Scroll Lock and Pause/Break. > > Thanks alot! > Rich:) > > ---------------- > This post is a suggestion for Microsoft, and Microsoft responds to the > suggestions with the most votes. To vote for this suggestion, click the "I > Agree" button in the message pane. If you do not see the button, follow this > link to open the suggestion in the Microsoft Web-based Newsreader and then > click "I Agree" in the message pane. > > http://www.microsoft.com/office/comm....mspx?mid=d66d... |
| Bookmarks |
| Thread Tools | |
| |
| | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Did you know… You can use Ctrl+PgUp and Ctrl+PgDn to switch among the project propert | TPC | General Questions | 0 | 12-06-2008 02:40 PM |
| Did you know… You can use Ctrl+PgUp and Ctrl+PgDn to switch among the project propert | TPC | General Questions | 0 | 12-06-2008 12:40 PM |
| Did you know… You can use Ctrl+PgUp and Ctrl+PgDn to switch among the project propert | TPC | General Questions | 0 | 12-06-2008 11:50 AM |
| Did you know… You can use Ctrl+PgUp and Ctrl+PgDn to switch among the project propert | TPC | General Questions | 0 | 12-06-2008 08:40 AM |
| Can I set ctrl+s and ctrl+o window size & ctrl+o save as type defa | Moonbarker Osbourne | Windows XP | 1 | 01-18-2008 06:20 AM |
| New To Technology Questions? | Do You Need Help with Your Computer or Device? | Do You Need Help with this site? |