From 1700827a7f4694375226faffcc466709ec8c79d9 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Wed, 26 Oct 2022 20:42:57 -0400 Subject: kernel: Fix global input binding. --- catbird.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'catbird.scm') diff --git a/catbird.scm b/catbird.scm index 9279cdb..417cadb 100644 --- a/catbird.scm +++ b/catbird.scm @@ -53,7 +53,7 @@ (define (open-minibuffer) (push-major-mode (overlay-scene) (make ))) -;;(bind-input/global (key-press 'x '(alt)) open-minibuffer) +(bind-input/global (key-press 'x '(alt)) open-minibuffer) (define* (run-catbird thunk #:key (width 1366) (height 768) (title "^~Catbird~^") (fullscreen? #f) -- cgit v1.2.3