S4U35JJQWC3CBNKHAEZ2DYEGUT5L3UYVAO6PJ5R7HSTD53KWVAXQC -- hotkeys operating on the cursor panelocal pane = Surface[Cursor_pane.col][Cursor_pane.row]if chord == 'C-x' thenpane.show_cursor = not pane.show_cursorif pane.show_cursor == false thenedit.quit(pane) -- saverefresh_panes(pane)endreturnendif pane.show_cursor thenreturn edit.keychord_pressed(pane, chord, key)elsekeychord_pressed_on_immutable_pane(pane, chord, key)endendfunction keychord_pressed_on_immutable_pane(pane, chord, key)
endend-- hotkeys operating on the cursor panelocal pane = Surface[Cursor_pane.col][Cursor_pane.row]if chord == 'C-x' thenpane.show_cursor = not pane.show_cursorif pane.show_cursor == false thenedit.quit(pane) -- saverefresh_panes(pane)