what do the parameter values in AppleSymbolicHotKeys plist dict represent?

后端 未结 2 1120
甜味超标
甜味超标 2021-02-04 08:08

tl;dr

what does the first parameters value in com.apple.symbolichotkeys:AppleSymbolicHotKeys represent?

details...

the Apple

2条回答
  •  谎友^
    谎友^ (楼主)
    2021-02-04 08:28

    It is the ascii code of the letter on the key, or -1 (65535) if there is no ascii code. Note that letters are lowercase, so D is 100 (lowercase d).

    Sometimes a key that would normally have an ascii code uses 65535 instead. This appears to happen when the control key modifier is used, for example with hot keys for specific spaces.

    There is a nice list of keys and values from 2011 here, along with some other good details:

    http://hintsforums.macworld.com/showthread.php?t=114785

提交回复
热议问题