[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/06: installer: Ignore strange mouse events.
From: |
Danny Milosavljevic |
Subject: |
04/06: installer: Ignore strange mouse events. |
Date: |
Tue, 4 Jul 2017 14:27:49 -0400 (EDT) |
dannym pushed a commit to branch wip-installer-2
in repository guix.
commit a3ec4895514666cc5e76f89cc3d3db7075b886e4
Author: Danny Milosavljevic <address@hidden>
Date: Tue Jul 4 18:47:36 2017 +0200
installer: Ignore strange mouse events.
* gnu/system/installer/guixsd-installer.scm (guixsd-installer): Ignore
strange
mouse events.
---
gnu/system/installer/guixsd-installer.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/system/installer/guixsd-installer.scm
b/gnu/system/installer/guixsd-installer.scm
index a8503b0..54a65af 100644
--- a/gnu/system/installer/guixsd-installer.scm
+++ b/gnu/system/installer/guixsd-installer.scm
@@ -337,7 +337,7 @@
; ((y x) ...)
; (#f ...))
((page-mouse-handler current-page) current-page device-id x y
z button-state))
- (_ ((base-page-key-handler current-page) current-page
KEY_DOWN)))
+ (_ #f))
(let* ((current-page (page-top))
(ret ((page-key-handler current-page) current-page
ch)))
(when (eq? ret 'cancelled)
- branch wip-installer-2 updated (ff63588 -> f327663), Danny Milosavljevic, 2017/07/04
- 01/06: gurses: Add std-menu-mouse-handler., Danny Milosavljevic, 2017/07/04
- 04/06: installer: Ignore strange mouse events.,
Danny Milosavljevic <=
- 05/06: installer: Use select-key? for checking the key for selection., Danny Milosavljevic, 2017/07/04
- 06/06: installer: Also allow the clicking of buttons., Danny Milosavljevic, 2017/07/04
- 03/06: installer: Factor out item activation and use it for mouse, too., Danny Milosavljevic, 2017/07/04
- 02/06: installer: Add mouse support., Danny Milosavljevic, 2017/07/04