;; this file: ;; https://dataswamp.org/~incal/common-lisp/general-base/keys.lisp (defconstant PLAIN 0) (defconstant SHIFT 1) (defconstant CTRL 64) (defconstant ALT 256)