| Author |
Message |
Forum: Support Topic: [AHK_L Unicode] Copy Unicode files to clipboard |
| jabobian |
|
Posted: February 3rd, 2011, 6:28 pm
|
|
Replies: 3 Views: 533
|
| Your version seems not working on Windows 7 With ClipSpy, we can find that there are other items besides CF_HDROP,e.g. AsyncFlag, FileName, FileNameW So I add these items in a correct order and it works now. However I want to paste the file in clipboard as shortcut, but the menu for "Pas... |
|
 |
Forum: Scripts Topic: Show/Hide Quick Launch with Middle Click on Start Button |
| jabobian |
|
Posted: February 2nd, 2011, 10:58 am
|
|
Replies: 6 Views: 1633
|
| The following code is simple and easy. Middle Button Click the place near the system tray. Adjust the X value to meet your case. With this script, you can forget the QuickLaunch Disappear bug of Windows 7. For MI.ahk, please download from Lexikos's post http://www.autohotkey.com/forum/topic21991.htm... |
|
 |
Forum: Scripts Topic: Show/Hide Quick Launch with Middle Click on Start Button |
| jabobian |
|
Posted: February 2nd, 2011, 7:14 am
|
|
Replies: 6 Views: 1633
|
| Seems not work on Windows 7 |
|
 |
Forum: Scripts Topic: NumBoard - One-handed Typing |
| jabobian |
|
Posted: January 28th, 2011, 6:42 pm
|
|
Replies: 6 Views: 3408
|
|
 |
Forum: Scripts Topic: Numpad-QWERTY, one-handed-typing without using spacebar |
| jabobian |
|
Posted: January 28th, 2011, 4:28 pm
|
|
Replies: 2 Views: 1673
|
| Anyway, please also visit my blog and see other useful scripts and tools. Thanks for support! :) In principle, we can also remap the character keys to other functional keys, for example w <->Numpad7, e<->Numpad8, etc when the keyboard has a numpad, or q <->F1, w <-> F2 when the keyboard doesn's have... |
|
 |
Forum: Scripts Topic: Numpad-QWERTY, one-handed-typing without using spacebar |
| jabobian |
|
Posted: January 28th, 2011, 4:24 pm
|
|
Replies: 2 Views: 1673
|
| http://jabobian.blog.com/files/2011/01/keyboard2.jpg Ever getting tired of switching your hand to and from the mouse? Ever wondering how to type fast and leisurely with a single hand, while use another hand to do other things? You may have already known there are some expensive hardwares for one ha... |
|
 |
Forum: Support Topic: Half QWERTY on Numpad |
| jabobian |
|
Posted: January 28th, 2011, 4:17 pm
|
|
Replies: 4 Views: 627
|
| @jabobian: you might get better response and feedback if you actually post your code here and on AutoHotkey.net rather than posting in older threads saying "visit my blog". hugov, thanks for the advise. I start a new thread on Numpad-QWERTY http://www.autohotkey.com/forum/viewtopic.php?p=... |
|
 |
Forum: Scripts Topic: Half-QWERTY: One-handed Typing |
| jabobian |
|
Posted: January 28th, 2011, 4:11 pm
|
|
Replies: 163 Views: 85621
|
|
 |
Forum: Support Topic: Half QWERTY on Numpad |
| jabobian |
|
Posted: January 28th, 2011, 3:51 pm
|
|
Replies: 4 Views: 627
|
| Try my approach, Numpad-QWERTY at http://jabobian.blog.com . You may have already known there are some expensive hardwares for one hand typing, such as half-qwerty keyboard and Frogpad. There are also free software ones, such as the sing-hand AHK script available from the AutoHotkey forum. But you m... |
|
 |
Forum: Issues Topic: (Fixed) Conflict hotkeys |
| jabobian |
|
Posted: January 28th, 2011, 12:38 pm
|
|
Replies: 7 Views: 1483
|
MacroMan! wrote: What version of AHK? What OS? How can someone else re-create the bug? These are all things which need to be provided by yourself in order for the bug to be rectified.
David
AHK 1.0485, Win7.
I have modified the script to solve the problem.
NumpadHome:: Send {Blind}s |
|
 |
Forum: Scripts Topic: Half-QWERTY: One-handed Typing |
| jabobian |
|
Posted: January 28th, 2011, 11:29 am
|
|
Replies: 163 Views: 85621
|
| Hi, all. I have devised a new method termed as "Numpad-QWERTY" for single-hand QWERTY typing without using spacebar. Please visit http://jabobian.blog.com for more information. There are also other interested tools there (such as Taggie-and-Tagging for file tagging and searching). Source c... |
|
 |
Forum: Issues Topic: (Fixed) Conflict hotkeys |
| jabobian |
|
Posted: January 27th, 2011, 2:47 pm
|
|
Replies: 7 Views: 1483
|
Indeed, I have also met other remapping collisions. For example, in the following codes, the first two lines only works when without the 3rd line.
Code: NumpadHome::s NumpadUp::d NumpadUp & NumpadHome::Send j
|
|
 |
Forum: Scripts Topic: method to detect key combinations |
| jabobian |
|
Posted: January 26th, 2011, 9:40 am
|
|
Replies: 6 Views: 4561
|
| #Persistent SetBatchLines, -1 SetFormat, Integer, Hex SetKeyDelay, -1 OnExit, HandleExit tid_this := DllCall( "GetCurrentThreadId" ) VarSetCapacity( state, 256 ) SetTimer, timer_MonitorKeyboard, 10 return HandleExit: DllCall( "AttachThreadInput", "uint&q... |
|
 |
Forum: Support Topic: Autohotkey.ahk sometimes hang up, CPU usage is high |
| jabobian |
|
Posted: May 21st, 2010, 3:39 am
|
|
Replies: 2 Views: 637
|
| The main script (AutoHotkey.ahk) often hangs up sometimes when I double click LButton. When hang up, the script consumes a high CPU usage, and all hotstring and hotkeys are respondless then. I think the problem is related to a hotkey, which dealing with double click to automatically go up a level in... |
|
 |
Forum: Suggestions Topic: FileGetShortcut: Add an Resolve Link Option |
| jabobian |
|
Posted: May 5th, 2010, 4:03 pm
|
|
Replies: 0 Views: 499
|
Wondering why FileGetShortcut doesn't have an Resolve option?
It seems IShellLink has a Resolve...so it seems trivial to add it???
Please read this link to know the benefits of the wished feature.
Forget to add the 3rd poll option: Not yet now |
|
 |
| Sort by: |