Share via

Write tilde (~) with Altgr + 4 and ç keys on spanish keyboard.

Anonymous
2021-06-30T15:53:26+00:00

I'd like to be able to write the tilde (~) with Altgr + 4 but the default option is to wait for the next key pressed so it can be composed, to write ã for example. So I end up having to press Altgr + 4 and space to write tilde. I'd like to write tilde just with Altgr + 4.

Also since I don't use the ç key, I would also like to change that key to write tilde.

Windows for home | Windows 10 | Settings

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

3 answers

Sort by: Most helpful
  1. Anonymous
    2021-07-01T16:20:37+00:00

    As an alternative to AutoHotKey, please take a look at this article and check if it is a better solution:

    https://www.techrepublic.com/article/how-to-rem...

    If the answer helped in any way, consider leaving your opinion, marking it as answered or leaving more details, so that we can continue the service, this is very important for us.

    ___________________________

    Felipe Lucas

    Independent Advisor

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2021-06-30T19:20:18+00:00

    I used AutoHotkey and it seems to work but I've had trouble in the past with AutoHotkey. There are times when it doesn't seem to execute the script at startup. Isn't there a way to modify the registry directly so I can be sure the functionality won't change?

    This is what I did:

    In Windows Explorer go to %APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup

    and create a file with extension '.ahk' with this content:

    !ñ::Send {~}{Space}
    <^>!4::Send {~}{Space}

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2021-06-30T18:10:39+00:00

    Hi ajr-dev, my name is Felipe Lucas, Independent Advisor and Microsoft Windows user like you.

    I'll be happy to help you.

    If you are using a Microsoft Keyboard I suggest you take a look at how to do it on Microsoft Mouse and Keyboard Center:

    https://support.microsoft.com/en-us/topic/how-d...

    If that option doesn't fit you, I recommend that you check one of the tutorials below.

    Remap keys with Sharpkeys:

    https://www.pcmag.com/how-to/how-to-remap-your-...

    Reassign keys with AutoHotkey:

    https://www.youtube.com/watch?v=S_LHU8ZCVAI

    If the answer helped in any way, consider leaving your opinion, marking it as answered or leaving more details, so that we can continue the service, this is very important for us.

    Standard Disclaimer: There are links to non-Microsoft websites. The pages appear to be providing accurate, safe information. Watch out for ads on the sites that may advertise products frequently classified as a PUP (Potentially Unwanted Products). Thoroughly research any product advertised on the sites before you decide to download and install it.

    ___________________________

    Felipe Lucas

    Independent Advisor

    Was this answer helpful?

    0 comments No comments