mirror of
https://codeberg.org/scip/viking-mode.git
synced 2025-12-17 04:20:59 +01:00
added some commentary to viking-last-key-repeats, besser is das
This commit is contained in:
@@ -215,7 +215,7 @@ should be a point-moving function."
|
|||||||
(dolist (k keys) ;; loop over the key list, (car keys) is the most recent, due to 'reverse above
|
(dolist (k keys) ;; loop over the key list, (car keys) is the most recent, due to 'reverse above
|
||||||
(if (equal pressed k) ;; one more of the same key pressed in a row
|
(if (equal pressed k) ;; one more of the same key pressed in a row
|
||||||
(setq times (+ times 1)) ;; register
|
(setq times (+ times 1)) ;; register
|
||||||
(throw 'nomore t)))) ;; another key, break the loop and rerturn the count
|
(throw 'nomore t)))) ;; another key, break the loop and return the count
|
||||||
times)))
|
times)))
|
||||||
|
|
||||||
;;;;; kill/delete wrappers
|
;;;;; kill/delete wrappers
|
||||||
|
|||||||
Reference in New Issue
Block a user