branch: externals/frog-menu
commit 723562407dda56bc45f7e03ee7bb742056daa3bd
Author: Clemens Radermacher <clem...@posteo.net>
Commit: Clemens Radermacher <clem...@posteo.net>

    Adjust frog-menu-avy-keys default value for qwerty
---
 frog-menu.el          |   8 ++++++--
 images/spellcheck.png | Bin 27999 -> 28907 bytes
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/frog-menu.el b/frog-menu.el
index 56a86e2..33527ce 100644
--- a/frog-menu.el
+++ b/frog-menu.el
@@ -141,8 +141,12 @@ Less columns are used automatically if the grid width is 
not big
 enough to contain that many columns."
   :type 'function)
 
-(defcustom frog-menu-avy-keys (append (number-sequence ?a ?z)
-                                      (number-sequence ?A ?Z)
+(defcustom frog-menu-avy-keys (append (string-to-list "asdflkjgh")
+                                      (string-to-list "qwerpoiuty")
+                                      (string-to-list "zxcvmnb")
+                                      (string-to-list (upcase "asdflkjgh"))
+                                      (string-to-list (upcase "qwerpoiuty"))
+                                      (string-to-list (upcase "zxcvmnb"))
                                       (number-sequence ?, ?@))
   "Frog menu keys used for `avy-keys'.
 
diff --git a/images/spellcheck.png b/images/spellcheck.png
index 67931ed..e80c055 100644
Binary files a/images/spellcheck.png and b/images/spellcheck.png differ

Reply via email to