We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c589755 commit 46174e9Copy full SHA for 46174e9
1 file changed
gf2.cpp
@@ -1575,7 +1575,8 @@ void InterfaceAddBuiltinWindowsAndCommands() {
1575
.shortcut = { .invoke = CommandAddWatch } });
1576
interfaceCommands.Add({ .label = "Inspect line",
1577
.shortcut = { .code = UI_KEYCODE_BACKTICK, .invoke = CommandInspectLine } });
1578
- interfaceCommands.Add({ .label = "Copy Layout to Clipboard", { .invoke = CopyLayoutToClipboard } });
+ interfaceCommands.Add({ .label = "Copy Layout to Clipboard",
1579
+ .shortcut = { .invoke = CopyLayoutToClipboard } });
1580
interfaceCommands.Add({ .label = nullptr,
1581
.shortcut = { .code = UI_KEYCODE_LETTER('E'), .ctrl = true, .invoke = CommandWatchAddEntryForAddress } });
1582
0 commit comments