Technology Questions

Go Back   Technology Questions > Software Questions > General Questions > Microsoft Office

Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 05-21-2007, 09:30 AM
Rich
Newsgroup Contributor
 
Posts: n/a
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old 05-21-2007, 09:30 AM
  #2 (permalink)  
Old 05-21-2007, 09:50 AM
Herb Tyson [MVP]
Newsgroup Contributor
 
Posts: n/a
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


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #3 (permalink)  
Old 05-22-2007, 06:41 PM
frogcity1980@yahoo.com
Newsgroup Contributor
 
Posts: n/a
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...



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
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?

All times are GMT -8. The time now is 02:09 PM.


2003 - 2009 All Rights Reserved. Technology Questions

Search Engine Friendly URLs by vBSEO 3.3.0