kazu19870413 / shiftit

Automatically exported from code.google.com/p/shiftit
0 stars 0 forks source link

Ability to Reconfigure Key Bindings #17

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
It'd be nice to reconfigure key bindings. I use Eclipse IDE and some of the
shortcuts conflict. Of course, I could do this in Eclipse, but Eclipse
itself has way too many shortcuts so it'd be difficult to track what
shift-specific changes I've made.

But great app otherwise ;)

Original issue reported on code.google.com by jacob...@gmail.com on 29 Apr 2010 at 5:40

GoogleCodeExporter commented 8 years ago
It is a very popular feature request and we are working to get it out as soon 
as possible.

Original comment by aravin...@gmail.com on 30 Apr 2010 at 5:05

GoogleCodeExporter commented 8 years ago
I attempted to change the key bindings (due to a conflict with Safari's Google 
search shortcut) using the 
Keyboard preference pane. The new key bindings showed up in the menu, but it 
only responded to the old ones.

Original comment by iano.not...@gmail.com on 16 May 2010 at 7:47

GoogleCodeExporter commented 8 years ago
@iano.notexactly , Yes I just reproduced this.
Even though the keyboard shortcuts show up in the Menu they don't get triggered.

However this is no bug or such per se, it just does not work because the 
keyboard
shortcuts from SystemPreferences->Keyboard->KeyboardShortcuts do not apply to 
MenuBar
Items - for some reason only apple knows the MenuItem gets recognized and the 
new
ShortCut Label is added but the keyboard hook is not properly attached, perhaps 
it's
because the Menus aren't defined in MainMenu.xib or something.
I cross checked this with other Application that are LSUIElements and only 
visible in
the MenuBar - they show the same behaviour ...

Alas the only option for you I see is changing the keyboard shortcuts in the 
code and
recompile, or wait for a version with costumizable Shortcuts to come out

Regards Marco

Original comment by masc...@gmail.com on 17 May 2010 at 4:57

GoogleCodeExporter commented 8 years ago
Can you push this a little higher on your priority list? I spend a LOT of my 
time programming in Xcode and it 
makes use of several of the basic shortcuts in ShiftIt. I love this program but 
I'm not able to use your program for 
the majority of the work I do on my machine.

Original comment by Skandoci...@gmail.com on 30 May 2010 at 2:58

GoogleCodeExporter commented 8 years ago
Hi,

Recently I was playing with the shortcut recorder [1] so if you want I can make 
a patch to have the hotkeys settings in preferences configurable.

/cheers
Filip

[1] http://code.google.com/p/shortcutrecorder/

Original comment by krikava on 31 Aug 2010 at 9:48

GoogleCodeExporter commented 8 years ago
First of all, thanks for this great app! it rocks and IMHO it fills a gap in 
functionality for Mac OS X 
@krikava, and owner:
yes, I am also willing to contribute to this app and to allow the hotkeys to be 
configured, meanwhile I came here and saw your (krikava) offer, have any of you 
done any work in this direction, how can I help?

Keep in mind that I haven't yet developed anything for Mac, but I do have 
extensive knowledge of Java and other things and willing to learn and work

Cheers,
João

Original comment by Joao....@gmail.com on 28 Sep 2010 at 1:25

GoogleCodeExporter commented 8 years ago
@Joao.Xii: Seems like the development of this app is frozen - see the front 
page. What I did just now is to fork it on github: 
http://github.com/fikovnik/ShiftIt and so far I just modifies the defaut 
keybinding (not reflected in the menu though) so I can use it (the 
alt+cmd+arrow was conflicting a lot). I also add an icon so there is less space 
taken in the menu bar. Once I have a bit more time I will add the configuration 
of the keys. Please feel free if you have any suggestions what to do to either 
drop me a mail or fork it and implement so we can then merge together and make 
a release.

Original comment by krikava on 3 Oct 2010 at 10:27

GoogleCodeExporter commented 8 years ago
Whoops! I guess I should have posted sooner. I have actually been working on 
reconfigurable hotkeys for the past several days. It took a bit longer than I 
expected, partially because or outdated and disorganized code-- it seems like 
this dev is a Carbon programmer and not much of a Cocoa programmer. 

Anyway-- I have fully implemented the ability to change hotkeys. I just need to 
add the functionality for the hotkeys to persist after the app is closed. 
Should finish in a day or 2 (I'm also a full time student). I'll post it on the 
github page when I finish. 

Original comment by Skandoci...@gmail.com on 3 Oct 2010 at 11:06