mintberryminuscrunch wrote:the top rows are flatter than usual
off wrote:mintberryminuscrunch wrote:the top rows are flatter than usual
I'm curious as well, is that what andrewjoy (as well as differing sources around gh/dt) was referring to?
Looking at the ones right here, one with the original caps vs the one with cherry ds's; it looks as if the main block inc arrows is normal sized, and all the others (numpad, esc, f-keys, page-block, print-block) are smaller; that's the deal?
RButton & LButton::Send {MButton}
RButton Up::Send {RButton}doesn't it 'need' anLustique wrote:
- Code: Select all
RButton & LButton::Send {MButton}
RButton Up::Send {RButton}
"An "Up" hotkey without a normal/down counterpart hotkey will completely take over that key to prevent it from getting stuck down. One way to prevent this is to add a tilde prefix (e.g. ~LControl up::)
On a related note, a technique similar to the above is to make a hotkey into a prefix key. The advantage is that although the hotkey will fire upon release, it will do so only if you did not press any other key while it was held down. For example:
LControl & F1::return ; Make left-control a prefix by using it in front of "&" at least once.
LControl::MsgBox You released LControl without having used it to modify any other key."
Lustique wrote:Very quick and dirty solution for scrolling/middle mouse button support with AutoHotkey:It has a lot of flaws
- Code: Select all
RButton & LButton::Send {MButton}
RButton::Send {RButton}


andrewjoy wrote:are PBT
Users browsing this forum: bnp70kr, Google [Bot], zenuty and 24 guests