fracte / keepnote

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

Global hotkey support? #408

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Is possible add global hotkey support for linux and windows?

Original issue reported on code.google.com by willingm...@gmail.com on 16 Feb 2011 at 5:28

GoogleCodeExporter commented 8 years ago
Yes.  Although I haven't documented it yet, it is fairly stable.  On the 
command line run

  keepnote -l

to see a list of available commands.  For exmaple:

 ext_path  PATH  -- add an extension path for this session
 focus  -- focus all open windows
 install  FILENAME  -- install a new extension
 quit  -- close all KeepNote windows
 screenshot  -- insert a new screenshot
 search-titles  TEXT  -- search notes by title
 tmp_ext  FILENAME  -- add an extension just for this session
 uninstall  EXTENSION_NAME  -- uninstall an extension
 view  NOTE_URL  -- view a note

To raise the keepnote window, use your desktop environment to bind a key press 
to the command

  keepnote --cmd focus

Original comment by matt.rasmus@gmail.com on 23 Feb 2011 at 3:24