dot-file

Results 2 comments of dot-file
trafficstars

> ``` > import string > > pass_key = 'a' > for l in list(string.ascii_lowercase): > config.bind(pass_key + l, 'fake-key ' + l) > ``` To have other symbols like...