AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Shift + End

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
DWJK



Joined: 14 May 2008
Posts: 2

PostPosted: Wed May 14, 2008 12:15 am    Post subject: Shift + End Reply with quote

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
View user's profile Send private message
heresy



Joined: 11 Mar 2008
Posts: 237

PostPosted: Wed May 14, 2008 1:51 am    Post subject: Reply with quote

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
View user's profile Send private message
DWJK



Joined: 14 May 2008
Posts: 2

PostPosted: Wed May 14, 2008 2:04 am    Post subject: Re: Shift + End Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group