Skip to content

Commit 46174e9

Browse files
authored
Update gf2.cpp
1 parent c589755 commit 46174e9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

gf2.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1575,7 +1575,8 @@ void InterfaceAddBuiltinWindowsAndCommands() {
15751575
.shortcut = { .invoke = CommandAddWatch } });
15761576
interfaceCommands.Add({ .label = "Inspect line",
15771577
.shortcut = { .code = UI_KEYCODE_BACKTICK, .invoke = CommandInspectLine } });
1578-
interfaceCommands.Add({ .label = "Copy Layout to Clipboard", { .invoke = CopyLayoutToClipboard } });
1578+
interfaceCommands.Add({ .label = "Copy Layout to Clipboard",
1579+
.shortcut = { .invoke = CopyLayoutToClipboard } });
15791580
interfaceCommands.Add({ .label = nullptr,
15801581
.shortcut = { .code = UI_KEYCODE_LETTER('E'), .ctrl = true, .invoke = CommandWatchAddEntryForAddress } });
15811582
interfaceCommands.Add({ .label = nullptr,

0 commit comments

Comments
 (0)