Swipe for Text Input in GNU Emacs
Swipe on an on-screen keyboard for text input in GNU Emacs. (require 'sweep) ;; Ensure variable points to the location of keyboard.svg file (setq sweep--keyboard (concat data-directory "/images/keyboard.svg")) - Execute M-x sweep-mode . Code: https://gitlab.com/atamariya/emacs/-/blob/dev/lisp/svg.el https://gitlab.com/atamariya/emacs/-/blob/dev/lisp/sweep.el https://gitlab.com/atamariya/emacs/-/blob/dev/etc/images/keyboard.svg