File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 8484 :inherit-from (thundersnow-common-file-command-table)
8585 :inherit-menu t )
8686
87- (define-command-table keyboard-gui-edit-command-table)
87+ (define-command-table keyboard-gui-edit-command-table
88+ :inherit-from (thundersnow-common-edit-command-table)
89+ :inherit-menu t )
8890
8991(define-keyboard-gui-command (com-resize-event) ((record ' event) (offset-x ' real :default 0 ) (offset-y ' real :default 0 ))
9092 ; ; (declare (ignorable record offset-x offset-y))
127129 (object presentation window x y)
128130 (list presentation x y))
129131
130- (define-command-table keyboard-gui-view-command-table)
132+ (define-command-table keyboard-gui-view-command-table
133+ :inherit-from (thundersnow-common-view-command-table)
134+ :inherit-menu t )
131135
132136(define-command-table keyboard-gui-tools-command-table
133137 :inherit-from (thundersnow-common-tools-command-table)
You can’t perform that action at this time.
0 commit comments