| Author |
Message |
Forum: Support Topic: WheelUp, WheelDown, MButton+WheelUp, MButton+WheelDown |
| jonjan |
|
Posted: January 23rd, 2012, 11:48 am
|
|
Replies: 0 Views: 134
|
| I have each of these set to enact a MouseMove. They are all loaded as separate AHKs. I can only get 3 of them to work. The WheelUp, and WheelDown always work. However only 1 of the MButton combos will work.. whichever is run first. Whichever one doesn't work, it results in the uncombo version (if th... |
|
 |
Forum: Support Topic: Code? series of MouseUp turns to enact various MouseMoves |
| jonjan |
|
Posted: January 23rd, 2012, 9:50 am
|
|
Replies: 3 Views: 100
|
| settimer, check,1000 ; check for new wheel scroll every 1 second return ; these hotkeys disable them from being seen by other scripts & programs ; if this matters, look at hotkey modifier ~ WheelDown:: d_index++ ; if user scrolls, count them return WheelUp:: u_index++ ; if user scrolls, count t... |
|
 |
Forum: Support Topic: Code? series of MouseUp turns to enact various MouseMoves |
| jonjan |
|
Posted: January 23rd, 2012, 8:47 am
|
|
Replies: 3 Views: 100
|
| The intent is to use mouse scrolling (up & down) to move the mouse pointer to specific points on the screen. it's a quick easy way to jump to frequently used buttons, menus, folders, etc on the same screen. An example would be: scroll up 1 time to go to the upper left of the screen, scroll up 2... |
|
 |
Forum: Support Topic: What version of AHK should I install... |
| jonjan |
|
Posted: January 22nd, 2012, 5:15 pm
|
|
Replies: 1 Views: 77
|
| I intend to use AHK for ToolTip Mouse Menu http://www.autohotkey.com/docs/scripts/TooltipMouseMenu.htm I used this several years ago and it worked well (but I forget what AHK version I was using.) If AHK_L would be better for ToolTip Mouse Menu... which should I select: Unicode or ANSI? Also, I reme... |
|
 |
Forum: Support Topic: ToolTip Mouse Menu - a few bugs when using MouseMove |
| jonjan |
|
Posted: November 5th, 2010, 6:27 pm
|
|
Replies: 7 Views: 286
|
| This has been working great. Thanks again All :) The code makes the tooltip menu display underneath and to the right of the pointer. How can this be changed? I'd like to have the pointer be at the bottom of the menu when the menu appears. I think it may be done here... MouseGetPos, mX, mY ToolTip mY... |
|
 |
Forum: Support Topic: AHK distinguish betwen Gaming Keypad & USB numerical kay |
| jonjan |
|
Posted: November 5th, 2010, 5:05 am
|
|
Replies: 0 Views: 212
|
| I've learned that a numberpad (on either a keybpoard or a USB numberpad is distinguished by NumPad1 And the keyboard's line of number keys will designate as 1 Will a USB Gaming Keypad (with a joystick-pad and keys) send a different code? Of these two below, one has 14 keys one with 11 keys, and one ... |
|
 |
Forum: Support Topic: ToolTip Mouse Menu - a few bugs when using MouseMove |
| jonjan |
|
Posted: November 3rd, 2010, 7:37 pm
|
|
Replies: 7 Views: 286
|
| I am guessing that needing to click the upper-half of the 2nd item's text is an issue with the mY /= This is what need to be changed, or mY -= also? I used the Window Spy and got these numbers: starting mouse position (On Screen numbers used): 900,300 top pixel (+/- 1pixel) of first item line on men... |
|
 |
Forum: Support Topic: ToolTip Mouse Menu - a few bugs when using MouseMove |
| jonjan |
|
Posted: November 3rd, 2010, 6:37 pm
|
|
Replies: 7 Views: 286
|
| I did two things that helped fix the bugs.. I entered a "Return" after each item code and I found that when I click on a specific point in the item list, it functions and gives no error Gosub %TargetSection% message. Currently I need to click on the upper half of text (of the item name in ... |
|
 |
Forum: Support Topic: ToolTip Mouse Menu - a few bugs when using MouseMove |
| jonjan |
|
Posted: November 3rd, 2010, 5:14 pm
|
|
Replies: 7 Views: 286
|
| hi, I updated the code (I'm using an earlier version of the authors code since it's more simple (no dynamic menu). I think that when the first menu item is chosen, the code simply runs through the first script and then continues through the second script. The original item codes were similar to Note... |
|
 |
Forum: Support Topic: ToolTip Mouse Menu - a few bugs when using MouseMove |
| jonjan |
|
Posted: November 3rd, 2010, 3:31 pm
|
|
Replies: 7 Views: 286
|
| I copied the ToolTip Mouse Menu code. Very nice script! Can multiple AHK scripts be used for the menu items? I'm trying 2 scrips now, and choosing the first item results in the first being executed, and then the second is executed right afterwards. When I choose the 2nd one, it says "Error: Tar... |
|
 |
Forum: Scripts Topic: ScreenMagnifier |
| jonjan |
|
Posted: November 1st, 2010, 7:44 am
|
|
Replies: 100 Views: 80462
|
newpie wrote: I figured out how to do it. Thank you for everyone's time. I do have some other questions, but don't pertain to the magnifier script so I will post in other areas of the forum.
I sure wish you would have shared what you found! lol This is exactly half of what I am looking for  |
|
 |
Forum: Scripts Topic: ScreenMagnifier |
| jonjan |
|
Posted: November 1st, 2010, 6:42 am
|
|
Replies: 100 Views: 80462
|
| Hey, these codes and all the variations are really good :D Can these scripts be made to toggle on and off with a keyboard hotkey? And is it possible to get the same level of preciseness if this zoom is modified to be a loupe-type (zoom window where the pointer is)? The code I'm trying to work on is ... |
|
 |
Forum: Support Topic: AHK distinguish betw/n number line keys and number-pad keys? |
| jonjan |
|
Posted: October 30th, 2010, 11:54 pm
|
|
Replies: 1 Views: 485
|
| it appears that the number line keys do send different code than the numeric keypad keys. http://www.autohotkey.com/forum/viewtopic.php?t=4147&start=0 the code would specify 1 and NumPad1 So a USB keypad should be able to be remapped, while the USB keyboard's number-line keys can stay as their o... |
|
 |
Forum: Support Topic: AHK distinguish betw/n number line keys and number-pad keys? |
| jonjan |
|
Posted: October 30th, 2010, 8:57 am
|
|
Replies: 1 Views: 485
|
| I saw a few posts on this, but did not see (or have insight into) the exact answer.. I have a laptop, and an attached USB keyboard. The USB keyboard has no number pad... only the line of number keys above the letter section of the keyboard. If a USB numeric keypad is attached to the laptop, can the ... |
|
 |
Forum: Support Topic: separate scripts for Mbutton down, and MButton up ? |
| jonjan |
|
Posted: March 9th, 2007, 7:05 am
|
|
Replies: 5 Views: 408
|
| aCkRiTe, thank you again nick, that is it... that works I removed the "msg Box..." parts, and it works well :D Honestly it is amazing what AHK can do... or rather what the AHK community can do : ) Thanks a ton! Jon "Don't ask yourself what the world needs; ask yourself what makes you ... |
|
 |
| Sort by: |