From 721f58d62e08a270e6e670ff897019057b88847a Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Thu, 13 Jun 2024 14:34:06 -0700 Subject: [PATCH] disable some debug UI, bring back undo --- 0023-on.keychord_press | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/0023-on.keychord_press b/0023-on.keychord_press index 9b697fe..8fbf01b 100644 --- a/0023-on.keychord_press +++ b/0023-on.keychord_press @@ -14,8 +14,8 @@ on.keychord_press = function(chord, key) -- reset zoom Viewport.zoom = 1.0 A() - elseif chord == 'C-z' then - dump_state() +--? elseif chord == 'C-z' then +--? dump_state() elseif Cursor_node and Cursor_node.editor.cursor_x then edit.keychord_press(Cursor_node.editor, chord, key) pan_viewport_to_contain_cursor(Cursor_node)