Dual use of ^c Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
tonyroder
Posts: 3
Joined: 28 Jun 2017, 12:31

Dual use of ^c

03 Aug 2018, 12:43

How can I assign both

NumpadEnd::^c to execute the conventional copy function, and

^c::Send ç to return the c-cedilla character

Thanks for any suggestions
User avatar
Nextron
Posts: 1391
Joined: 01 Oct 2013, 08:23
Location: Netherlands OS: Win10 AHK: Unicode x32

Re: Dual use of ^c  Topic is solved

03 Aug 2018, 13:24

To avoid a artificial output triggering a hotkey, use a hooked hotkey (notice the $):

Code: Select all

NumpadEnd::Send ^c
$^c::Send ç
tonyroder
Posts: 3
Joined: 28 Jun 2017, 12:31

Re: Dual use of ^c

03 Aug 2018, 14:56

Happy to learn about this useful feature, Nextron. thankyouthankyouthankyou

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: coder96, Joey5, RandomBoy and 346 guests