New commands in the UI listener
Thursday, August 24, 2006
Soon, there will be a CLIM-like unified command framework and keyboard help. For now, I’ll just have to write a blog entry about the new keyboard commands:
| Command | Shortcut |
|---|---|
| Stack effect of entered quotation | C+i |
| Single-step entered quotation | C+w |
| Completions for word at caret (used vocabs) | TAB |
| Completions for word at caret (all vocabs) | A+a |
| Reload word at caret | A+r |
| jEdit word at caret | A+j |
| See word at caret | A+s |
| See word at caret | A+s |
| Use first vocab containing word name at caret | A+u |
The single stepper has some shortcuts too:
| Step | s |
| Step in | i |
| Step out | o |
| Continue | a |
| Step back | b |