Search found 13 matches

by howiesun
19 Dec 2017, 14:23
Forum: Ask for Help (v1)
Topic: key description
Replies: 0
Views: 544

key description

I would like to make this script to call a text file and gives description of key pressed. This script so far only displays keys pressed and i need help here is what i want it to do... for example=== 1st line displays keys pressed for example "control p" 2nd line pulls the text file and finds "contr...
by howiesun
18 Dec 2017, 11:54
Forum: Ask for Help (v1)
Topic: second keyboard and premiere pro
Replies: 0
Views: 379

second keyboard and premiere pro

I m using a second keyboard with interception on the second keyboard it is programmed that Numpad0::Send {alt down}{Numpad6}{alt up} NumpadDot::Send {alt down}{Numpad5}{alt up} it works on notepad by sending the right chars but it does NOT work in premiere pro AND works by holding the key numpad0 an...
by howiesun
18 Dec 2017, 11:30
Forum: Ask for Help (v1)
Topic: OSD display trick!!!
Replies: 6
Views: 3413

Re: OSD display trick!!!

can you help me piece these together?
Sorry i am not a programmer :P
by howiesun
17 Dec 2017, 07:20
Forum: Ask for Help (v1)
Topic: alt does not work
Replies: 11
Views: 1855

Re: alt does not work

nope absolutely no shortcuts associated with numbers (numpad) and I double checked
(other than the command I am trying to send that's bind to alt
by howiesun
17 Dec 2017, 06:26
Forum: Ask for Help (v1)
Topic: alt does not work
Replies: 11
Views: 1855

Re: alt does not work

need additional help.
it works on note pad. typing etc.. but doesn't work properly in adobe premiere pro
i have to hold the button for half a second (feels like waiting for repeat...
by howiesun
17 Dec 2017, 00:24
Forum: Ask for Help (v1)
Topic: alt does not work
Replies: 11
Views: 1855

Re: alt does not work

Osprey wrote:I believe that you're looking for:

Code: Select all

Send, {alt down}{Numpad1}{alt up}

I did this but doesn't work
it does send 1 thru (on note pad I can see)
by howiesun
16 Dec 2017, 22:27
Forum: Ask for Help (v1)
Topic: semicolon
Replies: 1
Views: 9128

semicolon

this may be a silly question
how do I assign ;
because the scripting language ignores ;


for example
a::s
press a get s

same logic with ;
code starts with ; are ignored

how do I program ; key?
by howiesun
16 Dec 2017, 22:21
Forum: Ask for Help (v1)
Topic: alt does not work
Replies: 11
Views: 1855

Re: alt does not work

this is different ways I tested
by howiesun
16 Dec 2017, 22:11
Forum: Ask for Help (v1)
Topic: OSD display trick!!!
Replies: 6
Views: 3413

Re: OSD display trick!!!

[This is not my code] Here's a working example I found on the same GitHub link. It does't show the actual task being done though like the video. ; KeypressOSD.ahk ; Written by VarunJhajharia, then heavily modified by Victor Uribe! (Not scripted by Taran at all!) ;THIS IS A SIMPLER ALTERNATIVE TO KE...
by howiesun
16 Dec 2017, 22:06
Forum: Ask for Help (v1)
Topic: alt does not work
Replies: 11
Views: 1855

alt does not work

I have tried

Numpad0::
send, +{Numpad1}
return

Numpad0::
send, {alt}{Numpad1}
return

Numpad0::
send, {LAlt Down}{Numpad1}
return
this one works but my Alt is stuck has to get unstuck by hitting alt physically

Numpad0::
send, {LAlt Down}{Numpad1}{LAlt Down}
return
doesnt work


help。。。。
by howiesun
16 Dec 2017, 22:01
Forum: Ask for Help (v1)
Topic: OSD display trick!!!
Replies: 6
Views: 3413

Re: OSD display trick!!!

I got the osd working already
what I need to find out is how it links to a text file to display the function
by howiesun
15 Dec 2017, 15:46
Forum: Ask for Help (v1)
Topic: OSD display trick!!!
Replies: 6
Views: 3413

OSD display trick!!!

Taran is awesome.. but I couldn't figure out how to duplicate it.. https://www.youtube.com/watch?v=gF-f25dRbo8&index=2&list=PLH1gH0v9E3ruQn8vDcN9snxgPCJWft4QZ Basically he was able to turn OSD to read a text file, and based on his key presses, finds in the text file the corrisponding function of pre...
by howiesun
15 Dec 2017, 15:41
Forum: Ask for Help (v1)
Topic: Dim / Glow OSD Text
Replies: 0
Views: 541

Dim / Glow OSD Text

I want to add a function on my OSD text where Key pressed down = glow Key up = Dims this is what I have so far (credit to the original programmer) #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ; #Warn ; Enable warnings to assist with detecting common errors....

Go to advanced search