Skip to content

binarin/cl-keybinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Common Lisp bindings for libkeybinder

License - GPL v2 Original library at http://kaizer.se/wiki/keybinder/

Usage

(let ((output *standard-output*))
  (gtk:within-main-loop
    (keybinder:init)
    (keybinder:bind
     "<Super>grave"
     (lambda (keystring)
       (format output "~A" keystring)))))

About

Common Lisp binding for keybinder library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published