11 lines
271 B
Text
11 lines
271 B
Text
Module CheckIt {
|
|
If IsWine then Font "DejaVu Sans"
|
|
Cls
|
|
Report format$("\u25B3")
|
|
Keyboard 0x25B3, format$("\u25B3")
|
|
\\ report use kerning
|
|
Report Key$+"T"+Key$
|
|
Keyboard 0x25B3, format$("\u25B3")
|
|
Print Key$;"T";Key$
|
|
}
|
|
Checkit
|