waldobronchart/ShortcutMapper

"There is no export available for this OS"

luzpaz opened this issue · 8 comments

Running on OS X 10.8.5 via Chrome(v35) or Safari(v6.1.3) returns this.
There is no export available for this OS

Edit: Added browser versions.

Autodesk 3dsMax is windows-only, so the message is expected.

Is it selecting linux by default when you load the page?

This is the code that is responsible for selecting the current os by default:
https://github.com/waldobronchart/ShortcutMapper/blob/gh-pages/content/javascripts/manager.js#L259

@waldobronchart

Is it selecting linux by default when you load the page?

No, it isn't and it's returning that error for every single option you have set up. I can not view any keyboard layout for an OS by any application.

If you're running locally you need to allow chrome to do ajax calls from the file:// protocol

https://github.com/waldobronchart/ShortcutMapper#running-locally

Is this the case for all browsers ?

Yes, this is turned off in browsers for security reasons

Have a look at this utility I use to launch a chrome instance that allows file://

https://github.com/waldobronchart/ShortcutMapper/blob/gh-pages/utils/launch_chrome.sh

Nice. Thanks!