KeyCommand Utility - Now Testing Mac Support

Thanks you very much, I am using a UK layout keyboard, now works great here! :smiley:

This is excellent. Much easier to get a handle on the key commands

I built a spreadsheet and wrote a parser to import it into excel back in the SX days. The first time I saw the results laid out this way, it was such a huge eye opener. I was able to optimize so many aspects of the keymap that I didn’t even know were screwed up. It also lets you see the huge gap of unused keys. It’s just such a great way to see what’s going on.

Thanks for this.
Incredibly handy…

This should be a sticky.

Is there any way to list unassigned keycommands as well in order to browse what I maybe miss ? :slight_smile:

For me is would perfectly fine to list them into a separate html file.

JMCecil,

I’m on Mac, and want to have this too. I run a Virtual Box install of windows xp and have succeeded in creating an html file from my key commands xml file by editing a few lines in the .vbs file.

The problem is that there is one more modifier key available on Mac than on PC, so I need to create more columns, which I was able to do, and parse the corresponding commands into them, which I was not.

I fiddled with the array statements, but don’t have enough Basic knowledge to make this happen. I was hoping I am missing something that would help me.

Anywho, PM me if this is too much for a forum post, and thanks for your work on the original.

yeah, its tough because the variable and array setup he has is more the “geterdone” variety. Very hard to follow. I tried re-ordering the columns and failed miserably. But, I think the code you are looking for is in the case statements where he sets “kn” values for parsing in the loops.

Thanks. I’ll have another go at it.

@SteveInChicago, did you ever get it working on mac?

No, I could never reverse engineer the VB parsing script to implement that column for the extra modifier key.

Mac: shift, ctrl, opt, cmd
Win: shift, ctrl, alt

If this were redone in javascript instead of Visual Basic it could work on both platforms. It requires more advanced scripting than I am familiar with currently, though I might have another go at at at some point.

Hmm let me think about doing a js version. Someone else has asked me for a Mac version. I just stayed so swamped these days.

That would be great.

I played with this this morning, but javascript doesn’t easily support the access to local files. I found a way to do it with ActiveX and other custom solutions, but none of them are cross platform, cross browser compatible. I think perl or python might be easier to make cross platform.

Wonderful, thank you, that’s pinned to my taskbar.

would someone please pm me their keycommands.xml file. I want to work on the perl script, but I’m on the road and didn’t bring it with me. grrrr … dumbass mode engaged.

pm sent. Thanks!

got it!

If you’re working on a new version, how easy would it be to keep the column headers visible when scrolling down?

I’ll look at that if I can get it to parse in perl. I’m not sure if there is a control in HTML5 for that or not.

and it would be great to allow better customisation to separate style and data in the html result by using css

Great utility btw

SeeWhat