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