>
>
> Finally, I'm sure you can define bindings for plugin commands in 
> myLeoSettings.leo, e.g. I have: 
>
> find-quick-timeline = Ctrl-Shift-T 
>
> Well, I have created fresh clone of Leo code in /tmp/trunk-git. I have 
created myLeoSettings.leo in /tmp/trunk-git/leo/config/ (myLeoSettings.leo 
is atthached). And when I start Leo with 'python 
/tmp/trunk-git/launchLeo.py' and then execute print-bindings command here 
is what I get:
  ...
  Ctrl+Shift+P     reformat-paragraph
  Ctrl+Shift+Q     write-dirty-at-file-nodes
  Ctrl+Shift+Right forward-word-extend-selection
  Ctrl+Shift+U     unformat-paragraph
  Ctrl+Shift+V     paste-node
  Ctrl+Shift+W     write-at-file-nodes
  ...

Clearly it doesn't bind find-quick-timeline command.

OTOH, if I change name of the command to edit-headline for example, then I 
get these bindings:

  Ctrl+Shift+Q     write-dirty-at-file-nodes
  Ctrl+Shift+Right forward-word-extend-selection
M Ctrl+Shift+T     edit-headline
  Ctrl+Shift+U     unformat-paragraph

As you can see it accepts some commands but not commands registered in 
quicksearch.py plugin. Maybe it would be same regardless of plugin, maybe 
it is something wrong with quicksearch.py and how it registers its 
commands. But Leo as it is right now doesn't accept those shortcuts. 
Vitalije


-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Attachment: myLeoSettings.leo
Description: Binary data

Reply via email to