Changes between Initial Version and Version 1 of Ticket #8536, comment 4
- Timestamp:
- May 7, 2012, 11:28:23 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8536, comment 4
initial v1 7 7 Also, RCommand is not mapped. Looking at http://support.apple.com/kb/HT2841 the Czech standard keyboard has both left and right Command keys so it should be mapped AFAIK. The standard code to map RCommand to is 0x67. 8 8 9 Circumflex does not have a character defined in the first slot, but it does map dead key tables. Either put a '^' there or don't include any dead key maps if circumflex is not used on a Czech keyboard. 9 Circumflex does not have a character defined in the first slot, but it does map dead key tables. Either put a 10 11 {{{ 12 13 '^' 14 }}} 15 16 there or don't include any dead key maps if circumflex is not used on a Czech keyboard. 10 17 11 18 I see that the 'S' key gets a character printed on the Apple Aluminum keyboard for the option map, but it looks like you also defined some characters for the 'A', 'D', 'H', 'J', 'L', and 'N' keys. Not knowing Czech I can't say if that is normal or not.