insanehunter / XCode4_beginning_of_line

Xcode plugin to make HOME key jump to the first non-whitespace line of code
168 stars 21 forks source link

Add Ctrl-Shift-a support. #22

Closed tyeen closed 10 years ago

tyeen commented 10 years ago

Since Ctrl-a has been supported, I think it's appropriate to support Ctrl-Shift-a to extend the selection to the beginning.

insanehunter commented 10 years ago

BTW, this thing probably closes #18?

tyeen commented 10 years ago

I think it's good to close. Actually, I'm not quite sure about what #18 means. From my test, shift-HOME has been already supported if the "shift + home" specified in #18 is the key combination of shift++.

insanehunter commented 10 years ago

It could be. The worst part is that it's all about different key bindings and even keyboards. I used to have a PC one for some time, and now I've got a native one without Home key, making it hard to test :)