Added Ctrl-D for creating a landmark

Most browsers use this for creating bookmarks, landmarks are pretty much
the same.
This commit is contained in:
Lirusaito
2012-02-24 14:07:58 -05:00
parent b555e02220
commit 90ac174260

View File

@@ -495,7 +495,7 @@
<on_enable function="World.EnableCreateLandmark" userdata="" />
</menu_item_call>
<menu_item_call bottom="-132" enabled="true" height="19" label="Set Home to Here" left="0"
mouse_opaque="true" name="Set Home to Here" width="185">
mouse_opaque="true" name="Set Home to Here" shortcut="control|D" width="185">
<on_click function="World.SetHomeLocation" userdata="" />
<on_enable function="World.EnableSetHomeLocation" userdata="" />
</menu_item_call>