Skip to content

Commit

Permalink
actually fix acejump#305
Browse files Browse the repository at this point in the history
  • Loading branch information
breandan committed Oct 26, 2019
1 parent 7947216 commit 57fe894
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/kotlin/org/acejump/label/Pattern.kt
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ enum class Pattern(val string: String) {
QWERTY("1234567890", "qwertyuiop", "asdfghjkl", "zxcvbnm"),
QWERTZ("1234567890", "qwertzuiop", "asdfghjkl", "yxcvbnm"),
QGMLWY("1234567890", "qgmlwyfub", "dstnriaeoh", "zxcvjkp"),
QGMLWB("1234567890", "qgmlwbyuv", "dntnriaeoh", "zxcfjkp"),
QGMLWB("1234567890", "qgmlwbyuv", "dstnriaeoh", "zxcfjkp"),
NORMAN("1234567890", "qwdfkjurl", "asetgynioh", "zxcvbpm");

private val priority
get() = when (this) {
QWERTY -> "fjghdkslavncmbxzrutyeiwoqp5849673210"
QWERTZ -> "fjghdkslavncmbxyrutzeiwoqp5849673210"
COLEMK -> "tndhseriaovkcmbxzgjplfuwyq5849673210"
DVORAK -> "uhetidonasxkbjmqwvzghycprl5849673210"
DVORAK -> "uhetidonasxkbjmqwvzgfycprl5849673210"
NORMAN -> "tneigysoahbvpcmxzjkufrdlwq5849673210"
QGMLWY -> "naterisodhvkcpjxzlfmuwygbq5849673210"
QGMLWB -> "naterisodhfkcpjxzlymuwbgvq5849673210"
Expand Down

0 comments on commit 57fe894

Please sign in to comment.