Search found 7 matches

by Admirator
29 Jan 2018, 10:24
Forum: Ask for Help (v1)
Topic: Creating a Delete Key
Replies: 10
Views: 17608

Re: Creating a Delete Key

Thanks for the help - you guys were right, it should have already worked. The problem was that I've already used some Registry edits for the keyboard to swap around the ctrl, alt, windows and other keys to make my new (apple-layout) keyboard behave like an Apple keyboard on my Windows 10 laptop (bc ...
by Admirator
29 Jan 2018, 07:21
Forum: Ask for Help (v1)
Topic: Creating a Delete Key
Replies: 10
Views: 17608

Re: Creating a Delete Key

Exaskryz wrote:Yep, you should be able to. Have you read Hotkeys and the Send command? See if you can create this one yourself.
Yes, I have tried, but it's not working when I did it (nothing comes up when I press the right alt+l).

This is what I came up with:

Code: Select all

!l::
Send {@}
by Admirator
29 Jan 2018, 06:30
Forum: Ask for Help (v1)
Topic: Creating a Delete Key
Replies: 10
Views: 17608

Re: Creating a Delete Key

Potentially Browser_Home::Esc If that doesn't work, try this to identify your key: https://autohotkey.com/docs/KeyList.htm#SpecialKeys Yup.. that did it. You guys are great :angel:. Last one I'd have (not 100% necessary, but would be nice to have): Can I make it so that an @ sign appears when I pre...
by Admirator
29 Jan 2018, 03:56
Forum: Ask for Help (v1)
Topic: Creating a Delete Key
Replies: 10
Views: 17608

Re: Creating a Delete Key

Thanks a lot, that did it! Next question, maybe you can help me with that one too: As you can see, that keyboard that I bought has a weird square where the esc-key should be. When I press on that, a new chrome-window opens. I want it to function like a normal esc-key. Is there any way I could remode...
by Admirator
26 Jan 2018, 08:04
Forum: Ask for Help (v1)
Topic: Creating a Delete Key
Replies: 10
Views: 17608

Creating a Delete Key

Hi all, I just bought this Keyboard , and I'm using it with Windows 10. Unfortunately, it does not have a Delete-Key. If I were using a Mac, I could probably press fn+backspace to get Delete, but when I try that on Windows 10, it doesn't work. Is there a code in AutoHotkey that "creates" a Delete ke...
by Admirator
10 Jan 2018, 05:00
Forum: Ask for Help (v1)
Topic: Changing AltGr key to Ctrl
Replies: 1
Views: 965

Re: Changing AltGr key to Ctrl

Okay, maybe if nobody can help me with this, I'll keep just the left Ctrl::Alt switch for now and have another question: Now that the Ctrl and Alt keys are swapped, I obvs. have to press the (physical) Ctrl key (on the keyboard) + TAB in order to get into the app switcher. Is there any way to switch...
by Admirator
09 Jan 2018, 05:26
Forum: Ask for Help (v1)
Topic: Changing AltGr key to Ctrl
Replies: 1
Views: 965

Changing AltGr key to Ctrl

Hi all, I have downloaded this code ; This file by Alan J. Hogan ; https://alanhogan.com/tips/swap-left-alt-and-ctrl-keys-in-windows ; Switches the left Control and Alt keys. LCtrl::Alt LAlt::Ctrl from this guy https://autohotkey.com/boards/posting.php?mode=post&f=5 in order to switch the left Ctrl ...

Go to advanced search