[Glyphs] New Glyphs for Actions

This commit is contained in:
larkin 2015-06-12 09:56:22 -07:00
parent c6186ae186
commit 11beea9dfd

View File

@ -8,7 +8,7 @@
"key": "move",
"name": "Move",
"description": "Move object to another location.",
"glyph": "m",
"glyph": "\u00F3",
"category": "contextual",
"implementation": "actions/MoveAction.js",
"depends": ["locationService", "moveService"]
@ -17,7 +17,7 @@
"key": "copy",
"name": "Duplicate",
"description": "Duplicate object to another location.",
"glyph": "c",
"glyph": "\u00F2",
"category": "contextual",
"implementation": "actions/CopyAction.js",
"depends": ["locationService", "copyService"]
@ -26,7 +26,7 @@
"key": "link",
"name": "Create Link",
"description": "Create Link to object in another location.",
"glyph": "l",
"glyph": "\u00F4",
"category": "contextual",
"implementation": "actions/LinkAction.js",
"depends": ["locationService", "linkService"]