Search found 4 matches

by FordPerfect
27 May 2023, 14:51
Forum: Off-topic Discussion
Topic: Test your Forum Posts
Replies: 422
Views: 220447

Re: Test your Forum Posts

True?

Code: Select all

msgBox % ((((false==0||true==0)==true)==0)==1)==false
by FordPerfect
27 May 2023, 13:46
Forum: Ask for Help (v1)
Topic: Send US/UK keyboard key = on swiss ch/de layout Topic is solved
Replies: 2
Views: 314

Re: Send US/UK keyboard key = on swiss ch/de layout Topic is solved

#SingleInstance, force
SetKeyDelay,100,50

#IfWinActive ahk_class Fallout4
Send {vkbb}

ExitApp

WinActive condition was wrong, just to be correct... ;)
#SingleInstance, force
SetKeyDelay,100,50

if WinActive("Fallout4") {
Send {vkbb}
}

ExitApp
by FordPerfect
27 May 2023, 13:02
Forum: Ask for Help (v1)
Topic: Send US/UK keyboard key = on swiss ch/de layout Topic is solved
Replies: 2
Views: 314

Re: Send US/UK keyboard key = on swiss ch/de layout Topic is solved

I solved it. Strangely, notepad++ didn't display a character for CH/DE, while EN/UK displayed an equals sign. That's why I assumed that it doesn't work in the game itself either. Without the window switch, logically. While I'm not particularly happy that every keypress restarts the exe, I haven't fo...
by FordPerfect
27 May 2023, 08:25
Forum: Ask for Help (v1)
Topic: Send US/UK keyboard key = on swiss ch/de layout Topic is solved
Replies: 2
Views: 314

Send US/UK keyboard key = on swiss ch/de layout Topic is solved

Hey guys. I've got a confusing problem and hope you can help me out: I've got a CH keyboard and different lang sets on windows 10. I want to send the equal (=) sign through Razer Synapse 3 (mouse key bind). The app is very bad, because it map the keys from US layout back to my OS set keyboard layout...

Go to advanced search