Trying to type Telda (~) Key

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Techix
Posts: 6
Joined: 23 Jun 2017, 22:45

Trying to type Telda (~) Key

23 Jun 2017, 22:55

So my keyboard has not been able to type the telda key on my keyboard for quite some time. I just discovered this application and I was like "Oh, I can just make a script to make it when I press shift and the normal key I could make it type Alt 0126 or just the telda normally." But I've tried both of those things and neither has worked. When I tried typing the telda normally it didn't do anything making it seem like ahk didn't recongnize it. But I'm just asking for a script that will help me do that. I thought it would be simple but it hasn't been when I tried. But I am new to ahk so maybe some of you experts know how to complete this task. Thanks.
Rohwedder
Posts: 7647
Joined: 04 Jun 2014, 08:33
Location: Germany

Re: Trying to type Telda (~) Key

24 Jun 2017, 03:10

Hallo,
I suppose, your normal key is Number sign: #
Try:

Code: Select all

+#:: Send, % CHR(126) ;shift & Number sign = tilde ~
Techix
Posts: 6
Joined: 23 Jun 2017, 22:45

Re: Trying to type Telda (~) Key

24 Jun 2017, 22:46

Its actually the ` button but maybe I can try and change it
Techix
Posts: 6
Joined: 23 Jun 2017, 22:45

Re: Trying to type Telda (~) Key

24 Jun 2017, 22:52

The problem is that I cannot type a telda normally doing Shift + `(~). And Im trying to make it so when I do that it will the telda automatically just like it would normally. But it doesnt do that automatically because my keyboard is messed up or something. And don't use the alt 0126. I tried and it doesnt even work with typing in Minecraft which is mostly where I need to use it because it is very common in commands. Thanks
Techix
Posts: 6
Joined: 23 Jun 2017, 22:45

Re: Trying to type Telda (~) Key

24 Jun 2017, 23:01

Okay never mind... I retried a simple script:
+`::
Send, ~
Return
That didnt work before but now it does.
Thanks anyways!!!!
Techix
Posts: 6
Joined: 23 Jun 2017, 22:45

Re: Trying to type Telda (~) Key

24 Jun 2017, 23:01

Oh, and I dont know how to do that box thing... sorry. :(

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: SimmoF, uchihito and 216 guests