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:
@@ -495,7 +495,7 @@
|
|||||||
<on_enable function="World.EnableCreateLandmark" userdata="" />
|
<on_enable function="World.EnableCreateLandmark" userdata="" />
|
||||||
</menu_item_call>
|
</menu_item_call>
|
||||||
<menu_item_call bottom="-132" enabled="true" height="19" label="Set Home to Here" left="0"
|
<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_click function="World.SetHomeLocation" userdata="" />
|
||||||
<on_enable function="World.EnableSetHomeLocation" userdata="" />
|
<on_enable function="World.EnableSetHomeLocation" userdata="" />
|
||||||
</menu_item_call>
|
</menu_item_call>
|
||||||
|
|||||||
Reference in New Issue
Block a user