diff --git a/kivyblocks/boxViewer.py b/kivyblocks/boxViewer.py index 916694d..346a4a2 100644 --- a/kivyblocks/boxViewer.py +++ b/kivyblocks/boxViewer.py @@ -57,7 +57,7 @@ class BoxViewer(WidgetReady, BoxLayout): "modifiers":[] }, ] - self.use_keyboard(self.used_keys) + # self.use_keyboard(self.used_keys) self.selected_data = None self.options = options self.box_width = CSize(options['boxwidth'])