Search found 31 matches

by av930
10 Sep 2019, 23:39
Forum: Ask for Help (v1)
Topic: [Q] clipboard monitor tool or script?
Replies: 2
Views: 764

Re: [Q] clipboard monitor tool or script?

Oh, It's basic thing. I am a newbie. I will check. Thanks again
by av930
10 Sep 2019, 22:33
Forum: Ask for Help (v1)
Topic: [Q] clipboard monitor tool or script?
Replies: 2
Views: 764

[Q] clipboard monitor tool or script?

Is there any clipboard tool or script which monitor clipboard and trigger some action when special text copy in clipboard ? For example 1. when I copy URL(ex: http://google.com/~~) from text. 2. Automatically launch URL in Chrome. I don't know this question is proper to this bulletin. if not, I will...
by av930
09 Sep 2019, 09:47
Forum: Ask for Help (v1)
Topic: WindowPad is not working, if I run it from script.
Replies: 4
Views: 695

Re: WindowPad is not working, if I run it from script.

I solved the problem. as you said, it is from working directory problem.
i just copied one more .ini file to exe existing directory..
Thanks a lot.
by av930
09 Sep 2019, 08:33
Forum: Ask for Help (v1)
Topic: WindowPad is not working, if I run it from script.
Replies: 4
Views: 695

Re: WindowPad is not working, if I run it from script.

I have tested it, but it still not working.

Code: Select all

Capslock & Space::
	SetWorkingDir, D:\_AutoHotkey\_WindowPad
	run, D:\_AutoHotkey\_WindowPad\WindowPad.exe, D:\_AutoHotkey\_WindowPad
return
by av930
09 Sep 2019, 01:40
Forum: Ask for Help (v1)
Topic: WindowPad is not working, if I run it from script.
Replies: 4
Views: 695

WindowPad is not working, if I run it from script.

I have used Lexikos's WndowPad for several years. https://autohotkey.com/board/topic/19990-windowpad-window-moving-tool/ These day I change the way to run WindowPad. I run it from hotkey by this code: Capslock & Space:: run, D:\_AutoHotkey\_WindowPad\WindowPad.exe return whenever run it from Hotkey,...
by av930
23 Apr 2019, 18:58
Forum: Ask for Help (v1)
Topic: Hotkey(combination) is not triggering, when push ex:{down} with keep pressing ALT
Replies: 2
Views: 472

Re: Hotkey(combination) is not triggering, when push ex:{down} with keep pressing ALT

Thanks. Rohwedder. {Blind} was test code. I put it by mistake. sendinput, {Blind}{F3} >>>> sendinput, {q} ;{Blind}{F3} However, your test was very helpful. I find out it works well in my Notepad, but In Intellij, problem occurs. I tried to find what is difference in them. Thanks. p.s1: I re-wrote my...
by av930
23 Apr 2019, 07:43
Forum: Ask for Help (v1)
Topic: Hotkey(combination) is not triggering, when push ex:{down} with keep pressing ALT
Replies: 2
Views: 472

Hotkey(combination) is not triggering, when push ex:{down} with keep pressing ALT

Hello. I am JK. I am struggle with Hotkey problem. Please help me. Expected: --------------------------------------------------------------------------------------------- when pressing {ALT}{Down}, it will trigger {F3} when pressing {ALT}{Up}, it will trigger +{F3} Hotkey, IfWinActive, ahk_class Sun...
by av930
06 Jul 2018, 03:17
Forum: Other Utilities & Resources
Topic: Shortcut Mapper [Web]
Replies: 2
Views: 2425

Re: Shortcut Mapper [Web]

Please refer my project. Basic intent is similar. but approach is different.
https://github.com/av930/ShortcutLauncher
by av930
01 Apr 2018, 09:06
Forum: Ask for Help (v1)
Topic: Is there any script about "switch tab in chrome" without using chrome plugin
Replies: 0
Views: 391

Is there any script about "switch tab in chrome" without using chrome plugin

Is there any script about "switch tab in chrome" without using chrome plugin ? I know there are lot of scripts to switch back and forward simply using ctrl+ pgup, ctrl+pgdn. Not this one, I need to switch previous tab (recently used tab) and current tab. I found some code snippet, but I don't have s...
by av930
01 Apr 2018, 08:27
Forum: Scripts and Functions (v1)
Topic: Tab switching hotkeys for Chrome/Firefox
Replies: 6
Views: 5211

Re: Tab switching hotkeys for Chrome/Firefox

Is this working? I tried to find some script to switch tab previous and next.
when I put "tab+ anykey" nothing happen
by av930
01 Mar 2018, 20:05
Forum: Ask for Help (v1)
Topic: ahk_class can get input array? Topic is solved
Replies: 2
Views: 668

Re: ahk_class can get input array? Topic is solved

Wow, It's great.
Thanks I will go this way.
by av930
01 Mar 2018, 19:57
Forum: Ask for Help (v1)
Topic: [repost] SendInput, {Shift}{Shift} in IntelliJ is not working
Replies: 6
Views: 1770

Re: [repost] SendInput, {Shift}{Shift} in IntelliJ is not working

Ok. thanks, but it is no use. Maybe Intellij has special method for checking key press
I just close this issue..
Anyway thankful for your advice
by av930
01 Mar 2018, 07:38
Forum: Ask for Help (v1)
Topic: ahk_class can get input array? Topic is solved
Replies: 2
Views: 668

ahk_class can get input array? Topic is solved

I'd like to use array variable below code exactly, IN["nameofprog"] instead of nameofprog, Is it possible? IN := {} IN["name"] := "IntelliJ v2017.3.2" IN["nameofprog"] := idea64.exe nameofprog := idea64.exe ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;; unique action list _INAction( Menu, ...
by av930
24 Feb 2018, 12:00
Forum: Ask for Help (v1)
Topic: [repost] SendInput, {Shift}{Shift} in IntelliJ is not working
Replies: 6
Views: 1770

Re: SendInput, {Shift}{Shift} in IntelliJ is not working

Sorry for my late response,
I have already done it. it is no use.
For other shortcut, it works.
only {shift}{shift} has problem
by av930
19 Feb 2018, 19:21
Forum: Ask for Help (v1)
Topic: [repost] SendInput, {Shift}{Shift} in IntelliJ is not working
Replies: 6
Views: 1770

[repost] SendInput, {Shift}{Shift} in IntelliJ is not working

Hello there.
I am using Intellij editor.

I remapped default shortcut by my own
However, only "Search Everywhere key" emulation is not working.
"Search Everywhere key" shortcut is {Shift}{Shift}.


#Z::
SendInput, {Shift}{Shift}

please give me advice. if you are using Intellij.
by av930
03 Feb 2018, 10:32
Forum: Ask for Help (v1)
Topic: [Q] assignment and value
Replies: 4
Views: 1109

Re: [Q] assignment and value

Ok I found a way, please refer if you have a interest I use the traditional and expression. ProgramKey := [] ;ProgramKey.cmd := "^+s" ProgramKey.cmd := "adsfadsfasd423523" ;ProgramKey.cmd := Func( "_OSHotKeys" ) CMD := ProgramKey["cmd"] if IsObject( CMD ) { msgBox, , "object", % CMD } Else If CMD is...
by av930
03 Feb 2018, 07:15
Forum: Ask for Help (v1)
Topic: [Q] assignment and value
Replies: 4
Views: 1109

Re: [Q] assignment and value

I cannot use IsLabel() function, because this is small part of my code, there are lots of hotkeys, I cannot define all of it, they are easily changed. Is there any way to get correct value and compare if it is alnum ? something like this.. If ProgramKey["cmd"].getvalue() is alnum In Addition, Progra...
by av930
03 Feb 2018, 01:10
Forum: Ask for Help (v1)
Topic: [Q] assignment and value
Replies: 4
Views: 1109

[Q] assignment and value

Hello, I am a newbie I don't understand why this happens please look at this example below. ProgramKey := [] ProgramKey.cmd := "^+s" If % ProgramKey["cmd"] is alnum { Msgbox, ,"alnum" ,% ProgramKey["cmd"] ;;; this is working, even though value of ProgramKey["cmd"] is "^+s" temp := ProgramKey["cmd"] ...

Go to advanced search