optixlab / keepnote

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

system wide shortcut for hiding/showing from systray #53

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In my opinion this is a crucial for note-taking. A workaround could be a
keepnote cli command option.   

Original issue reported on code.google.com by maton...@gmail.com on 21 May 2009 at 11:05

GoogleCodeExporter commented 9 years ago
I plan on using dbus (on Linux) to communicate between multiple
KeepNote processes.  This will allow people to un-minimize a KeepNote
window through the command line (as well as other actions).  Then
people can configure their desktops to use shortcuts to call various
commands for KeepNote.  I am still researching how to do the
equivalent for MS Windows.

Thanks for your ideas.
Matt

P.S. If you run on Linux this feature is already present (but
undocumented, b/c its in testing).  Just launch KeepNote with:
$ keepnote --listen

Then configure a desktop shortcut to call the command
$ keepnote --focus

to un-minimize the KeepNote window. 

Original comment by matt.rasmus@gmail.com on 27 May 2009 at 1:19

GoogleCodeExporter commented 9 years ago
I fink this is obvious, but: show/hide should be configurable on one shortcut.
eg:
$keepnote --show-hide

this is for future ;)

btw, great notebook, exactly what i was looking for.
i used basket on linux, but it works only on linux...

Original comment by maton...@gmail.com on 27 May 2009 at 8:52

GoogleCodeExporter commented 9 years ago
In KeepNote 0.6, use the command 

  keepnote --cmd focus

to raise a existing KeepNote window.
More documentation on this feature will be added soon.

Original comment by matt.rasmus@gmail.com on 3 Sep 2009 at 12:33