applescript - How to create a custom key modifier in Mac OS X for Custom Keyboard -


i'm buying keyboard logitech: logitech tablet keyboard android. want use macbook.

the keyboard not have "command" key on it, have "search" key replacement "command" key before "space bar" key , after "alt" key. "search" key not work "command" key, not identified in mac keyboard preference.

so try use keyboard maestro, cannot found feature remap "search" key "command" key. try use apple script in keyboard maestro in below screenshot, it's not working expected. when press "search" key + "z" guess should behave "command" + "z", did not, should press "search" key twice "a", "command" event still pressed cannot type after that.

is there way make "search" key remapped "command" key?

http://dl.dropboxusercontent.com/u/1550865/keyboard_maestro.png

http://dl.dropboxusercontent.com/u/1550865/keyboard_maestro-2.png

if screenshot not appear, please using below dropbox links: 1) http://dl.dropboxusercontent.com/u/1550865/keyboard_maestro.png 2) http://dl.dropboxusercontent.com/u/1550865/keyboard_maestro-2.png

try adding private.xml in keyremap4macbook:

<autogen>__keytokey__ keycode::q, keycode::command_l</autogen> 

if works, open eventviewer.app , see if search key has normal key code. if example 0x6e, change keycode::q keycode::pc_application. possible add device-specific settings.

see source key code values , predefined settings.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -