Menu

#7 Keyboard doesn't recognize slash+char rule

v1.0_(example)
open
nobody
None
5
2018-04-13
2018-04-12
Grohmant
No

All works fine except for the next sequence:

c \
store(specialO) '©ÐðƐɛªǤǥĸ—º–ʼnØø¶℗®§ſ‡†µ×¡¦¨¬­¯°±´·¸¿÷‰•¹²³⁴⁵⁶⁷⁸⁹⁰'
store(specialK) "cDdEefGgkMmNnOoPprSsTtux!|:~-_*+'.,?/%>1234567890"

\c became c rather than © and so on.

Didn't check the keyboard on Keyman yet.

1 Attachments

Discussion

  • Grohmant

    Grohmant - 2018-04-12

    "\c" became "c" rather than "©"

     
  • CourtJester

    CourtJester - 2018-04-12

    I think the problem is with the line
    c \
    kmfl may be treating the backslash as an escape character. Changing
    c \
    to
    c backslash
    allows the keyboard to work correctly.

     
  • Grohmant

    Grohmant - 2018-04-13

    It works. Thank you!
    The ticket can be closed.

     

Log in to post a comment.

MongoDB Logo MongoDB