@ifi/oh-pi-ant-colony 0.2.15 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -690,8 +690,8 @@ export default function antColonyExtension(pi: ExtensionAPI) {
|
|
|
690
690
|
return container;
|
|
691
691
|
});
|
|
692
692
|
|
|
693
|
-
// ═══ Shortcut: Ctrl+Shift+
|
|
694
|
-
pi.registerShortcut("ctrl+shift+
|
|
693
|
+
// ═══ Shortcut: Ctrl+Shift+C opens colony details panel ═══
|
|
694
|
+
pi.registerShortcut("ctrl+shift+c", {
|
|
695
695
|
description: "Show ant colony details",
|
|
696
696
|
async handler(ctx) {
|
|
697
697
|
if (colonies.size === 0) {
|