spiegel-keyman/mac/Keyman4MacIM/KeymanTests/SimpleTest.kmn

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'