Getting the users current hotkey layout.

Discussion of Photoshop Scripting, Photoshop Actions and Photoshop Automation in General

Moderators: Tom, Kukurykus

rmawatson

Getting the users current hotkey layout.

Post by rmawatson »

Hello,

Does anyone know if its possible to get teh current hotkeys a user has assigned through scripting. I have had a look at the files in

%APPDATA%\Roaming\Adobe\Adobe Photoshop CS5\Adobe Photoshop CS5 Settings

but it seems rather unclear in the case of Keyboard Shortcuts Primary.psp and Keyboard Shortcuts.psp as to what the layout is. I have had a look at these in a hex editor, and it looks rather difficult to parse (without any explaination of its layout).

Thanks

Rob,
xbytor

Getting the users current hotkey layout.

Post by xbytor »

The format of those files is not one I recognized. And I've been able to parse a lot of different PS file formats.
You will probably have to reverse engineer the format yourself if you really have to have it.