mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
7 lines
238 B
Text
7 lines
238 B
Text
c This is a simple keyboard that just passes an 'a' when the 'a' key is pressed. Used for testing the IM on Mac.
|
|
store(&TARGETS) 'macosx'
|
|
store(&NAME) 'SimpleTest'
|
|
begin Unicode > use(main)
|
|
|
|
group(main) using keys
|
|
+ [K_A] > 'a'
|