| View previous topic :: View next topic |
| Author |
Message |
DWJK
Joined: 14 May 2008 Posts: 2
|
Posted: Wed May 14, 2008 12:15 am Post subject: Shift + End |
|
|
You'd think it'd work OK, but it's not doing it for me
| Code: | | $+^Right:: Send {Shift & End} |
Trying to have shift + cmd + right = holding down the shift key and pressing end.
Any tips? Thanks alot
[/code] |
|
| Back to top |
|
 |
heresy
Joined: 11 Mar 2008 Posts: 237
|
Posted: Wed May 14, 2008 1:51 am Post subject: |
|
|
| Code: | | $+^Right::Send {LShift Down}{End}{LShift Up} |
btw what're you trying to do?
Shift+End does nothing on typical editors _________________ Easy WinAPI - Dive into Windows API World |
|
| Back to top |
|
 |
DWJK
Joined: 14 May 2008 Posts: 2
|
Posted: Wed May 14, 2008 2:04 am Post subject: Re: Shift + End |
|
|
| DWJK wrote: | | Trying to have shift + cmd + right = holding down the shift key and pressing end. |
It selects a whole line of text from the cursor to the end. useful for editing lines of code. I'm on a mac with no end key, using parallels desktop, and that is the shortcut in osx
thanks! |
|
| Back to top |
|
 |
|