Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/assets/opensb/binds
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2024-12-10 18:50:03 +1100
committerKae <80987908+Novaenia@users.noreply.github.com>2024-12-10 18:50:03 +1100
commitad508c5322382a1ff36b18ab00bab5790ffd74ed (patch)
tree1f1d7531ab098a2440e67b66eb8b5431639e5ae5 /assets/opensb/binds
parentd95eac316405fb100963d47dcd95ccced3462383 (diff)
add item copy-paste binds
decided against making them bound by default
Diffstat (limited to 'assets/opensb/binds')
-rw-r--r--assets/opensb/binds/opensb.binds15
1 files changed, 14 insertions, 1 deletions
diff --git a/assets/opensb/binds/opensb.binds b/assets/opensb/binds/opensb.binds
index 8a4fdc8..d06b6f4 100644
--- a/assets/opensb/binds/opensb.binds
+++ b/assets/opensb/binds/opensb.binds
@@ -4,7 +4,8 @@
"camera": { "name": "Camera" },
"voice": { "name": "Voice" },
"building": { "name": "Building" },
- "inventory": { "name": "Inventory" }
+ "inventory": { "name": "Inventory" },
+ "editing" : { "name" : "Editing" }
},
"name": "Open^#ebd74a;Starbound",
"binds": {
@@ -48,6 +49,18 @@
"default": [],
"group": "building",
"name": "Shrink Building Radius"
+ },
+ "editingCopyItemJson": {
+ "default": [], // [{"type": "key", "value": "C","mods": ["LShift"]}],
+ "name": "Copy Item in Cursor",
+ "group": "editing",
+ "tags" : ["clipboard"]
+ },
+ "editingPasteItemJson": {
+ "default": [], // [{"type": "key", "value": "V", "mods": ["LShift"]}],
+ "name": "Paste Item in Cursor",
+ "group": "editing",
+ "tags" : ["clipboard"]
}
}
}