Search found 17 matches

by garce
16 Jul 2023, 18:20
Forum: Ask for Help (v1)
Topic: Using Autohotkey Send Commands to a Remote Desktop
Replies: 11
Views: 14726

Re: Using Autohotkey Send Commands to a Remote Desktop

Thanks, mystery solved :) and I learned something. Thanks for your patience
by garce
16 Jul 2023, 11:06
Forum: Ask for Help (v1)
Topic: Using Autohotkey Send Commands to a Remote Desktop
Replies: 11
Views: 14726

Re: Using Autohotkey Send Commands to a Remote Desktop

Ok, I just did this test. Autohotkey Version 1.1.33.08. This simple test script. Nothing else on the file. #SingleInstance, force #Persistent #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ; #Warn ; Enable warnings to assist with detecting common errors. ;#If...
by garce
16 Jul 2023, 06:48
Forum: Ask for Help (v1)
Topic: Using Autohotkey Send Commands to a Remote Desktop
Replies: 11
Views: 14726

Re: Using Autohotkey Send Commands to a Remote Desktop

Thanks, I updated my post after your explanation of #ifwinactive. I am still pretty sure if I commented a block of code with /* that included #ifwinactive it didn't really commented it. I had to use ; for it to be really commented - not affecting the ahk file.
by garce
15 Jul 2023, 09:08
Forum: Ask for Help (v1)
Topic: Using Autohotkey Send Commands to a Remote Desktop
Replies: 11
Views: 14726

Re: Using Autohotkey Send Commands to a Remote Desktop

Hi, guys I tested below for my case and got some interesting behaviour My use case: Use autohotkey on my local computer so it works on a remote workspace session. I connect to the remote workspace with (Microsoft) "Remote Desktop" App from Windows Store. This is not the same as the preinstalled "Rem...
by garce
11 May 2021, 06:40
Forum: Ask for Help (v1)
Topic: Switch Virtual screen with remote desktop
Replies: 1
Views: 393

Re: Switch Virtual screen with remote desktop

Adding code here in case somebody can take a peek. #SingleInstance, force #Persistent #NoEnv globalDesktopManager := new JPGIncDesktopManagerClass() globalDesktopManager.switchRD() return #c::ExitApp debugger(message) { ;~ ToolTip, % message ;~ sleep 100 return } turnCapslockOff() { ;if the capslock...
by garce
08 May 2021, 11:43
Forum: Ask for Help (v1)
Topic: Switch Virtual screen with remote desktop
Replies: 1
Views: 393

Switch Virtual screen with remote desktop

Hi, I would like to be able to use a hotkey to switch between virtual desktop 1 to virtual desktop 2 running RDP in full screen. I found this post https://superuser.com/questions/1046767/windows-10-switch-virtual-deskop-while-in-fullscreen-remote-desktop/1198031#1198031 Which explains how to do it m...
by garce
09 Nov 2017, 10:15
Forum: Ask for Help (v1)
Topic: Long press to capitalize
Replies: 11
Views: 4112

Re: Long press to capitalize

UPDATE - It did work, just need to adjust to capitalization after letting go the key
I tried the first one and didnt work for me. Showed regular key repeat all the time
by garce
12 May 2017, 16:45
Forum: Ask for Help (v1)
Topic: Long press to capitalize
Replies: 11
Views: 4112

Re: Long press to capitalize

Ok i realized one problem. If you type quickly and have a word like dreaded (D + letter + D), you run the risk of getting this dreadeD.
Anyway to not capitalize if a letter was pressed in the middle?
by garce
10 May 2017, 14:39
Forum: Ask for Help (v1)
Topic: REPOST ServerCheck via Alive ping test
Replies: 2
Views: 1153

Re: REPOST ServerCheck via Alive ping test

Thanks BoBo, I will look into both.
by garce
10 May 2017, 06:04
Forum: Ask for Help (v1)
Topic: Long press to capitalize
Replies: 11
Views: 4112

Re: Long press to capitalize

Awesome Nightwolf85!
I am using this modified script now
by garce
09 May 2017, 20:02
Forum: Ask for Help (v1)
Topic: REPOST ServerCheck via Alive ping test
Replies: 2
Views: 1153

REPOST ServerCheck via Alive ping test

Hi, The old forum have this interesting tool https://autohotkey.com/board/topic/11392-servercheck-via-alive-ping-test/ It requires the user to download a tool call alive ; This script uses Alive 1.2 (http://members.aol.com/stevesfreeware/alive.zip or ; alternately found at http://www.autohotkey.net/...
by garce
09 May 2017, 14:57
Forum: Ask for Help (v1)
Topic: Long press to capitalize
Replies: 11
Views: 4112

Re: Long press to capitalize

Thanks for the super quick response and helpful answers @Nightwolf85 thanks, I didnt test yours since you indicated there were some issues and to other answers. Thanks for answering anyway @Spawnova your seem to work fine. Long press generates capitalized and then stops @GEV yours generate an autoho...
by garce
09 May 2017, 12:07
Forum: Ask for Help (v1)
Topic: Long press to capitalize
Replies: 11
Views: 4112

Long press to capitalize

Hi,
I want to have a script that take a long press of any letter and capitalizes it. I was hoping this can be done as a group and not one hotkey per key
If you have a similar script or have some comments appreciated. Thanks!
by garce
20 Apr 2017, 20:10
Forum: Ask for Help (v1)
Topic: Up key mapping to shift
Replies: 4
Views: 1079

Re: Up key mapping to shift

Actually, it may be related to sticky shift. I started experiencing that and "weird" functionality.
At this point, I am not sure I will keep trying since it sounds like it is a complicated unsolved issue.
Thanks
by garce
17 Apr 2017, 15:14
Forum: Ask for Help (v1)
Topic: Up key mapping to shift
Replies: 4
Views: 1079

Re: Up key mapping to shift

Ok, I understand the script now but not very well how the keyboard works apparently.
I entered some tooltips and see that sometimes when I hold press "up", it sends rshift but sometimes up as well.
I tried playing with sleep but didnt get anywhere.
Any additional assistance is appreciated
by garce
17 Apr 2017, 05:56
Forum: Ask for Help (v1)
Topic: Up key mapping to shift
Replies: 4
Views: 1079

Re: Up key mapping to shift

Thanks!!! Almost perfect
I noticed that If I long press UP for ~3+ seconds it does something like shift+up at the same time, marking a line of text (which is undesirable I would rather have either shift or up but not combined). I am trying to understand the logic and see why this occurs.
by garce
16 Apr 2017, 18:31
Forum: Ask for Help (v1)
Topic: Up key mapping to shift
Replies: 4
Views: 1079

Up key mapping to shift

Hi, I am looking for some assistance. I just got a bluetooth keyboard that have a non standard position for some keys. In particular the shift key is not where is supposed to be. Normally, next to "?" key is the Shift key. In this keyboard, the Up key is there instead (and following to the right the...

Go to advanced search