Since installing Maya 2013 I get folders titled 'Keyboard' which are empty appearing in any location I open or save maya files from.
Here's a screen shot to illustrate.
I basically have folders everywhere in my projects files called Keyboard which are empty. Is there a way to stop this happening? It's a bit annoying.
Can't seem to find any answers on google, and only a few places that even mention this problem.
Replies
I had a quick look into when it happens and it looks like Maya creates it in the directory it was launched from (which is the same directory the MEL command pwd() returns). So I'm guessing it's intended to be created next to the maya exe, which is what happens if you launch maya via a shortcut. However, if you launch it by double clicking on a Maya file then you get a "Keyboard" folder created in the same directory as the scene file.
In my case I'm launching Maya from another process (a c# exe) so the Keyboard folder gets created next to that. Although that's probably not the case for most people I thought I'd share in case it's useful to other tech artists who may be doing something like this (e.g. Kwramm ).