mirror of
https://github.com/FliegendeWurst/tmux-thumbs.git
synced 2024-11-08 15:30:37 +00:00
add workman alphabet
This commit is contained in:
parent
cb8723a714
commit
106c6712be
@ -1,6 +1,6 @@
|
||||
use std::collections::HashMap;
|
||||
|
||||
const ALPHABETS: [(&'static str, &'static str); 22] = [
|
||||
const ALPHABETS: [(&'static str, &'static str); 26] = [
|
||||
("numeric", "1234567890"),
|
||||
("abcd", "abcd"),
|
||||
("qwerty", "asdfqwerzxcvjklmiuopghtybn"),
|
||||
@ -23,6 +23,10 @@ const ALPHABETS: [(&'static str, &'static str); 22] = [
|
||||
("colemak-homerow", "arstneiodh"),
|
||||
("colemak-left-hand", "arstqwfpzxcv"),
|
||||
("colemak-right-hand", "neioluymjhk"),
|
||||
("workman", "thsawrdqcmxzneoilfupgybvjk"),
|
||||
("workman-homerow", "thsaneo"),
|
||||
("workman-left-hand", "thsawrdqcmxz"),
|
||||
("workman-right-hand", "neoifuplk"),
|
||||
];
|
||||
|
||||
pub struct Alphabet<'a> {
|
||||
|
Loading…
Reference in New Issue
Block a user