- Forums
- :
- Technology Forum
- :
- Second Life Viewer
- :
- Re: ctrl-shift-m does not affect mini-map state
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
ctrl-shift -m does not affect mini-map state
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-05-2013 08:16 PM
I first noticed that Ctrl-Shift-M would not open/close the mini-map in the SL Vieweer. Later tried Singularity & Phoenix-FS, finding it was broken there too. Seems like it would be an app data (I'm on win7) issue. is it fixable w/o throwing away all of my other settings?
Re: ctrl-shift -m does not affect mini-map state
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Reply to paratracker - view message
02-06-2013 11:07 AM
ctrl+shift+m works fine for me using the LL viewer and I'm using Windows 7 64-bit so maybe you do need to delete your settings file in AppData > Roaming > SecondLife and start again. Actually, just rename your settings file until you try a new default set and see if it works or not for you.
Re: ctrl-shift -m does not affect mini-map state
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Reply to paratracker - view message
02-07-2013 03:10 AM
I looked at settings.xml, but didn't find ANY key mappings in there, so it doesn't look like deleting settings would fix that.
Re: ctrl-shift -m does not affect mini-map state
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Reply to paratracker - view message
02-07-2013 05:25 AM
paratracker wrote:I first noticed that Ctrl-Shift-M would not open/close the mini-map in the SL Vieweer. Later tried Singularity & Phoenix-FS, finding it was broken there too. Seems like it would be an app data (I'm on win7) issue. is it fixable w/o throwing away all of my other settings?
My best guess is that some other application you're running is intercepting that keystroke combination.
Re: ctrl-shift -m does not affect mini-map state
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Reply to paratracker - view message
02-07-2013 08:15 AM
The key mappings are defined within menu_viewer.xml in skins/default/xui/en
Re: ctrl-shift -m does not affect mini-map state
[ Edited ]
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Reply to paratracker - view message
02-07-2013 05:06 PM - edited 02-07-2013 05:06 PM
Thanks for the redirect... this is what I found there:
<menu_item_check
label="Mini-map"
name="Mini-Map"
shortcut="control|shift|M">
<menu_item_check.on_check
function="Floater.Visible"
parameter="mini_map" />
<menu_item_check.on_click
function="Floater.Toggle"
parameter="mini_map" />
</menu_item_check>
World Map shortcut (Ctrl-M) works fine and looks functionally identical
<menu_item_check
label="World map"
name="World Map"
shortcut="control|M"
use_mac_ctrl="true">
<menu_item_check.on_check
function="Floater.Visible"
parameter="world_map" />
<menu_item_check.on_click
function="Floater.Toggle"
parameter="world_map" />
</menu_item_check>
Re: ctrl-shift -m does not affect mini-map state
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Reply to paratracker - view message
02-07-2013 08:06 PM
logged out and back in - noticed it working again...

