Search found 13 matches

by bendy303
25 Dec 2021, 05:40
Forum: Ask for Help (v1)
Topic: alternative to copy text than ^C ?
Replies: 1
Views: 284

alternative to copy text than ^C ?

Hi, I have an old GPS editing software and when I copy compass bearing of a route using ctrl+C - it copies the whole line in the table, instead of just the cell - even though only the cell is highlighted. When I right-click and use the 'copy' in the context menu, which is the standard context menu f...
by bendy303
11 Dec 2020, 23:25
Forum: Ask for Help (v1)
Topic: Code converting RTF text in clipboard to HTML format not working?
Replies: 2
Views: 1077

Re: Code converting RTF text in clipboard to HTML format not working?

for those of you getting an error "Error converting Rich Text to HTML"


change line 54: ComObjActive to ComObjCreate

so its:

Code: Select all

        MyWord:=ComObjCreate("Word.Application")

cheers
by bendy303
18 Oct 2017, 16:50
Forum: Scripts and Functions (v1)
Topic: ★☆GetHTMLFragment()★☆
Replies: 14
Views: 5901

Re: ★☆GetHTMLFragment()★☆

can't get it working...

1) I copy html from browser
2) press F1 and get message "Please Copy Some HTML"
3) test it by pasting onto word - HTML is in fact in clipboard. Something wrong with the code...

am using AutoHotKey Unicode 64bit 1.1.26.1
by bendy303
16 Dec 2016, 18:50
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 336
Views: 176191

Re: Radial menu scripts

quick question....I know autohotkey can detect which window is or program is focused - is it possibe to have radial menu only work when a certain program is open, such as Cubase?
by bendy303
10 Dec 2014, 09:10
Forum: Ask for Help (v1)
Topic: mousewheel = ctrl + mousewheel
Replies: 14
Views: 8676

Re: mousewheel = ctrl + mousewheel

awesome! excuse my late reply, the email indicating you replied got lost in my hundreds of emails...

so checked manually, and saw that you did!


ok gunna check this out now
by bendy303
06 Dec 2014, 04:57
Forum: Ask for Help (v1)
Topic: mousewheel = ctrl + mousewheel
Replies: 14
Views: 8676

Re: mousewheel = ctrl + mousewheel

and if it is not too much to ask:

is there a way to recognise the window simply UNDER the mouse cursor instead of just window in focus? (ie #IfWinActive)

then I can zoom even when the Cubase window is not in focus
by bendy303
06 Dec 2014, 04:45
Forum: Ask for Help (v1)
Topic: mousewheel = ctrl + mousewheel
Replies: 14
Views: 8676

Re: mousewheel = ctrl + mousewheel

ahhhh one more thing: now I have that part working - I wanted it swapped with the original function. How can I get the ctrl + mousewheel (human input) to now control the vertical scroll? so essientally I thought I could use the same code and add it with the functions swapped...but I get a 'duplicate...
by bendy303
06 Dec 2014, 04:15
Forum: Ask for Help (v1)
Topic: mousewheel = ctrl + mousewheel
Replies: 14
Views: 8676

Re: mousewheel = ctrl + mousewheel

I think I got it!!

I noticed it says "Keybd hook: no" so I googled and figured out I should add #InstallKeybdHook


is that it?

seems to be working

thanks a million for your help!
by bendy303
06 Dec 2014, 04:08
Forum: Ask for Help (v1)
Topic: mousewheel = ctrl + mousewheel
Replies: 14
Views: 8676

Re: mousewheel = ctrl + mousewheel

oh wow didnt realise autohotkey.com is out of date! ok so upgraded, and did again JUST MOUSEWHEEL UP (no need to show both mousewheel up and down because the problem exists just with one direction) ------------------------------------------------- Window: E:\Documents\```Software files\Autohotkey\mo...
by bendy303
05 Dec 2014, 10:47
Forum: Ask for Help (v1)
Topic: mousewheel = ctrl + mousewheel
Replies: 14
Views: 8676

Re: mousewheel = ctrl + mousewheel

Window: E:\Documents\```Software files\Autohotkey\mousezoomCUBASEPRO8__forum.ahk - AutoHotkey v1.0.48.05 Keybd hook: no Mouse hook: yes Enabled Timers: 0 of 1 () Interrupted threads: 0 Paused threads: 0 of 0 (0 layers) Modifiers (GetKeyState() now) = Modifiers (Hook's Logical) = LCtrl Modifiers (Hoo...
by bendy303
05 Dec 2014, 09:30
Forum: Ask for Help (v1)
Topic: mousewheel = ctrl + mousewheel
Replies: 14
Views: 8676

Re: mousewheel = ctrl + mousewheel

you are right, there is not a 'double ctrl' tap - it is just because I scrolled twice quickly, thus creating a ctrl double tap. However now there is another problem - some of the wheel seems to get through without recognising that ctrl is considered down, so now it also scrolls AS WELL as zooming, i...
by bendy303
05 Dec 2014, 07:44
Forum: Ask for Help (v1)
Topic: mousewheel = ctrl + mousewheel
Replies: 14
Views: 8676

Re: mousewheel = ctrl + mousewheel

thanks for your reply!!

unfortunatly it is still returning a 'double tap' of the ctrl, which triggers another app....

how can I make it press and hold down ctrl ONCE only while the mouse wheel is turning?
by bendy303
05 Dec 2014, 00:48
Forum: Ask for Help (v1)
Topic: mousewheel = ctrl + mousewheel
Replies: 14
Views: 8676

mousewheel = ctrl + mousewheel

excuse the repost, I didnt realise I was not logged in before... Hi, just wanted to enable mousewheel zoom in Cubase without having to press ctrl manually. (zoom in Cubase is ctrl + mousewheel) I came up with some code that only half works: it sends a ctrl key press every time the mouse wheel moves....

Go to advanced search