Skip to content

Commit

Permalink
Add "experimental" to alternative keyboard layouts
Browse files Browse the repository at this point in the history
 until someone can verify them... #83
  • Loading branch information
aahung committed May 21, 2019
1 parent 941e52a commit 5490ea4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Unshaky/KeyboardLayouts.h
Expand Up @@ -11,9 +11,9 @@
NS_ASSUME_NONNULL_BEGIN

#define KL_US "U.S."
#define KL_RU "Russian"
#define KL_ABC_QWERTZ "ABC - QWERTZ"
#define KL_ABC_AZERTY "ABC - AZERTY"
#define KL_RU "Russian (experimental)"
#define KL_ABC_QWERTZ "ABC - QWERTZ (experimental)"
#define KL_ABC_AZERTY "ABC - AZERTY (experimental)"

@interface KeyboardLayouts : NSObject

Expand Down

0 comments on commit 5490ea4

Please sign in to comment.