diff options
| author | Bob Weiner <rsw@gnu.org> | 2017-09-18 20:51:02 -0400 |
|---|---|---|
| committer | Bob Weiner <rsw@gnu.org> | 2017-09-18 20:51:02 -0400 |
| commit | 55a1f0482b5145cb0dab0d8cd592631c6b29951c (patch) | |
| tree | e03e6ea94e8f9cd919dc26e7ec5fb25ad540554b /man/hkey-help.txt | |
| parent | 5d6b9cda72d432fb0f49715e63638d33afe5cc72 (diff) | |
2017-09-18 Bob Weiner <rsw@gnu.org>
* hui-mouse.el (smart-helm): Finalized and added doc. of contexts and actions.
* hui-window.el (smart-coords-in-window-p):
(hmouse-drag-window-side): Handled null value of coords.
2017-09-17 Bob Weiner <rsw@gnu.org>
* hui-mouse.el (hkey-alist): Changed minibuffer handling to support Helm.
* man/hkey-help.txt: Small updates to Special Mode doc.
* hmouse-key.el (hmouse-add-unshifted-keys): Added to allow user init
of unshifted Smart Keys. For GNU Emacs only, this binds
[mouse-2] to the Action Key and [mouse-3] to the Assist Key.
man/hyperbole.texi (Smart Key Bindings): Added doc for hmouse-add-unshifted-keys.
* hmouse-sh.el (hmouse-get-unshifted-bindings): Uncommented inclusion of
mouse-3 for times when user manually sets mouse-3 as the Assist Key.
Otherwise, hmouse-toggle-bindings will never change its value.
(hmouse-bind-key, hmouse-bind-shifted-key): Added and used
these to ensure depress and release bindings are wholly reset before
rebinding them under GNU Emacs.
2017-09-14 Bob Weiner <rsw@gnu.org>
* hpath.el (hpath:external-open-office-suffixes): Added .odt suffix.
* hui-select.el (hui-select-at-p): Protect against empty buffer error.
2017-09-12 Bob Weiner <rsw@gnu.org>
* hibtypes.el (grep-msg):
(pathname): Don't match in helm completion buffers.
* hui-mouse.el (smart-helm-line-has-action): Ignore any actions helm
imputes to header lines and candidate separator lines in helm
completion buffers, as they are non-actionable lines. Also, ignore
if at the end of the buffer.
(hkey-alist): Lowered smart-helm priority so can use Smart
Key end-of-line functions in such buffers.
* hsys-www.el (eww-link-at-point): Basic stylistic improvements.
2017-09-11 Bob Weiner <rsw@gnu.org>
hyrolo.el: Added basic commentary to the file header.
Diffstat (limited to 'man/hkey-help.txt')
| -rw-r--r-- | man/hkey-help.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man/hkey-help.txt b/man/hkey-help.txt index 641879b..cbbb8f1 100644 --- a/man/hkey-help.txt +++ b/man/hkey-help.txt @@ -51,11 +51,12 @@ Hyperbole Key Press/Click in Special Modes Page Directory Listing Jumps to page <- same Imenu Programming Identifier Jumps to in-buffer def Prompts for identifier to jump to C,C++,Objective-C,Java Modes Jumps to id/include def Jumps to next def + Assembly Language Mode Jumps to id/include def Jumps to next def Java Cross-reference Tag Jumps to identifier def Jumps to next def JavaScript and Python Modes Jumps to identifier def Jumps to next def - Assembly Language Mode Jumps to id/include def Jumps to next def - Any Lisp or Fortran Mode Jumps to id def Jumps to next def + Any Lisp or Fortran Mode Jumps to identifier def Jumps to next def Emacs Lisp Compiler Error Jumps to def with error <- same + Other Compiler Error Jumps to src error line <- same Grep or Occur Match Jumps to match source line <- same Multi-buffer Occur Match Jumps to match source line <- same Etags `TAGS' file entry Jumps to source line Button help |
