View previous topic :: View next topic |
Author |
Message |
Guest Guest
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted: Wed May 23, 2007 4:11 pm Post subject: |
|
Paging lsinger, paging lsinger... Or are you human? |
|
Back to top |
|
![](modules/Forums/templates/subSilver/images/spacer.gif) |
lsinger Blue Pill
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Sep 12, 2007 Posts: 2
|
Posted: Wed Sep 12, 2007 7:51 am Post subject: |
|
Finally got around to add localizations and some other requests. NOMu 1.2 is now out and can be downloaded, as always, at http://singer.sh/software/nomu/.
If you already have it installed, the auto-update mechanism should install the new version automatically for you. |
|
Back to top |
|
![](modules/Forums/templates/subSilver/images/spacer.gif) |
jgd Agent Smith
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Feb 27, 2005 Posts: 1531 Location: France
|
Posted: Wed Sep 12, 2007 9:12 am Post subject: |
|
Thank you very much for the French localization
Jacqueline |
|
Back to top |
|
![](modules/Forums/templates/subSilver/images/spacer.gif) |
yoxi Cipher
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Sep 07, 2004 Posts: 1799 Location: Dawlish, Devon
|
Posted: Sun Oct 07, 2007 12:22 am Post subject: |
|
It's just a little niggle, but is it possible to either provide alternative menubar icons or make the icon editable? I'm trying to use a yet darker ShapeShifter theme (my eyes hate bright screen contrasts à la Aqua) but the NOMu icon disappears into the background in dark menubars. A white version of the current icon would be perfect
- padmavyuha |
|
Back to top |
|
![](modules/Forums/templates/subSilver/images/spacer.gif) |
doctype Oracle
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Dec 08, 2005 Posts: 291 Location: Berlin, Germany
|
Posted: Sun Oct 07, 2007 9:52 am Post subject: |
|
Leif,
great little app. Thanks!
Another nitpick (sorry):
It seems to me that the logo could be a little bigger (and the "N" could have a pixel more space to breathe) to fit into the overall menu bar logo size. |
|
Back to top |
|
![](modules/Forums/templates/subSilver/images/spacer.gif) |
yoxi Cipher
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Sep 07, 2004 Posts: 1799 Location: Dawlish, Devon
|
Posted: Wed Jan 30, 2008 1:28 am Post subject: |
|
Hey, Leif -
I've been in dialogue with the developer of another menubar app ToDo X, and he said he couldn't find info to help him assign a hotkey to drop down the menu. Since you can do that in NOMu, I was going to put him in touch with you, but you sensibly don't have contact details that I can find on your website - could you point me/him to any references that might help him?
thanks...
- padmavyuha |
|
Back to top |
|
![](modules/Forums/templates/subSilver/images/spacer.gif) |
lsinger Blue Pill
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Sep 12, 2007 Posts: 2
|
Posted: Wed Jan 30, 2008 3:03 am Post subject: |
|
I use ShortcutRecorder to record the shortcut. I can then assign it a callback function to execute when the hotkey is pressed:
Code: |
[globalHotKey setTarget: self];
[globalHotKey setAction: @selector(hitHotKey:)];
[[PTHotKeyCenter sharedCenter] registerHotKey: globalHotKey];
|
The callback function simply activates the menu:
Code: |
- (void)hitHotKey:(PTHotKey *)hotKey {
[statusItem popUpStatusItemMenu:[statusItem menu]];
}
|
Hope this helps!
lsinger |
|
Back to top |
|
![](modules/Forums/templates/subSilver/images/spacer.gif) |
yoxi Cipher
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Sep 07, 2004 Posts: 1799 Location: Dawlish, Devon
|
Posted: Wed Jan 30, 2008 4:22 am Post subject: |
|
Many thanks, I'll pass that on to him.
- padmavyuha
*edit* ...and ToDo X's developer says "Hey, thanks a lot! " which I promised to pass on to you. Long live the collaborative community! |
|
Back to top |
|
![](modules/Forums/templates/subSilver/images/spacer.gif) |
yoxi Cipher
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Sep 07, 2004 Posts: 1799 Location: Dawlish, Devon
|
Posted: Wed Oct 01, 2008 2:04 am Post subject: |
|
Hi Leif
I've been using NOMu a lot lately and I was wondering... would it be a big shift to have 10 instead of 5 shortcuts at the top of the menu for the most recently opened docs? Say, numbered from 1 to 0? I'm always wanting the doc that's just dropped off the list...
- padmavyuha |
|
Back to top |
|
![](modules/Forums/templates/subSilver/images/spacer.gif) |
Dragonfly14 Sentinel
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Jun 23, 2006 Posts: 20 Location: Tasmania
|
Posted: Wed Oct 01, 2008 2:01 pm Post subject: NOMu |
|
Ditto Yoxi, 'cept in my case I'd prefer 10 template shortcuts ! (Plus more doc. shortcuts, but that would start being a bit cumbersome I suspect).
Have you tried "smart folders" in the finder ? I've got two for Neo. - one for templates and one for docs. Then every doc/template is listed. Not as elegant as NOMu and of course - no shortcuts. (Hint to somebody much more competent on scripts than I).
Hooroo. |
|
Back to top |
|
![](modules/Forums/templates/subSilver/images/spacer.gif) |
yoxi Cipher
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Sep 07, 2004 Posts: 1799 Location: Dawlish, Devon
|
Posted: Wed Oct 01, 2008 3:45 pm Post subject: |
|
Smart Folders - useful tip, I'd never actually used them yet! Now I have one for Writer docs, one for Calc docs, sorted by Last Opened. Should speed things up! It's great being able to preview them in Coverflow too.
I still prefer to be able to do everything by keyboard, where possible, which is why I like NOMu.
- padmavyuha |
|
Back to top |
|
![](modules/Forums/templates/subSilver/images/spacer.gif) |
|