afrim-config 0.4.3

Handle the configuration of the afrim input method.
Documentation
1
2
3
4
5
6
7
8
9
fn parse_cmd(input) {
    let data = input.split('_');
    
    if data.len() == 3 {
    	return data[1];
    }
    
    return "";
}