phraze icon indicating copy to clipboard operation
phraze copied to clipboard

Choice of possible symbols

Open sts10 opened this issue 1 year ago • 0 comments

I realize now that my choice in the symbols that Phraze can use between words was decided a bit hastily. Here they are:

const CHARSET: &[u8] = b"!@#$%&*(){}[]\\:;'<>?,./_-+=";

Should I include more or remove any? If so which? I think it's right to exclude backtick, ~, |, and ^, as they sometimes are difficult to type on mobile devices.

sts10 avatar Jul 05 '24 23:07 sts10