Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update READMEHEADmaster | William Holland | 2015-06-07 | 1 | -3/+42 |
* | Make sure all methods of KeyCombination copy args | William Holland | 2015-06-07 | 1 | -3/+10 |
* | Add some explanation to functions in __init__ | William Holland | 2015-06-07 | 1 | -3/+11 |
* | Remove duplicate definition of ESC | William Holland | 2015-06-07 | 1 | -3/+1 |
* | Add explanation of what key_codes is for | William Holland | 2015-06-07 | 1 | -0/+4 |
* | Fix queue keypresses being broken by rename | William Holland | 2015-06-07 | 1 | -2/+2 |
* | Update README | William Holland | 2015-06-07 | 1 | -12/+7 |
* | Rename set_to_read_key and reset for clarity | William Holland | 2015-06-07 | 1 | -4/+4 |
* | Fix key_codes_table loading each time parser called | William Holland | 2015-06-07 | 1 | -11/+11 |
* | Allow table formatter to parse Ctrl and Shift | William Holland | 2015-06-04 | 1 | -5/+17 |
* | Put all codes in one table | William Holland | 2015-06-04 | 1 | -5/+21 |
* | Remove old tables | William Holland | 2015-06-04 | 1 | -63/+8 |
* | Use new table when parsing | William Holland | 2015-06-04 | 1 | -10/+17 |
* | Fix equality not working for Key and KeyCombination | William Holland | 2015-06-04 | 1 | -3/+4 |
* | Add dict of my escape codes | William Holland | 2015-06-03 | 1 | -0/+32 |
* | Add function to produce dict of KeyCombinations | William Holland | 2015-06-03 | 1 | -0/+7 |
* | Fix returning escape codes too early bug | William Holland | 2015-06-03 | 1 | -1/+1 |
* | Optimise non-escape code sequences | William Holland | 2015-06-02 | 1 | -3/+11 |
* | Add get_repeat() to get repeat delay and rate | William Holland | 2015-06-02 | 1 | -2/+15 |
* | Fix VMIN and VTIME not getting set | William Holland | 2015-06-02 | 1 | -2/+3 |
* | Add echo, noecho, cbreak and nocbreak | William Holland | 2015-06-01 | 1 | -4/+25 |
* | Fix bool not working for KeyCombination | William Holland | 2015-06-01 | 1 | -1/+4 |
* | Remove unnessesary .keys() | William Holland | 2015-06-01 | 1 | -1/+1 |
* | Remove __str__ method from Key and KeyCombination | William Holland | 2015-06-01 | 1 | -10/+9 |
* | Give Key and KeyCombination boolean values | William Holland | 2015-05-31 | 1 | -0/+6 |
* | Add comments | William Holland | 2015-05-31 | 1 | -2/+14 |
* | Remove unnessesary line | William Holland | 2015-05-31 | 1 | -3/+1 |
* | Fix escape not working | William Holland | 2015-05-30 | 1 | -2/+1 |
* | Fix KeyCombination name only working once | William Holland | 2015-05-30 | 1 | -1/+1 |
* | Make Key and KeyCombination comparible | William Holland | 2015-05-30 | 1 | -2/+4 |
* | Make match_start_in_table private | William Holland | 2015-05-30 | 1 | -3/+3 |
* | Fix alt O and alt [ not working | William Holland | 2015-05-30 | 1 | -1/+4 |
* | Fix alt alpha not getting alpha | William Holland | 2015-05-30 | 1 | -23/+18 |
* | Make sorting keys in KeyCombination consitent | William Holland | 2015-05-30 | 1 | -3/+2 |
* | Remove a couple of newlines | William Holland | 2015-05-30 | 1 | -4/+2 |
* | Remove unneeded fork | William Holland | 2015-05-30 | 1 | -4/+1 |
* | Clean up a bit | William Holland | 2015-05-30 | 1 | -2/+2 |
* | let KeyCombination take key as string | William Holland | 2015-05-30 | 1 | -40/+44 |
* | Check for ctrl+alpha after special chars | William Holland | 2015-05-30 | 1 | -7/+3 |
* | Update parse_code help | William Holland | 2015-05-30 | 1 | -1/+1 |
* | Move adding keys to to_return to end | William Holland | 2015-05-30 | 1 | -10/+6 |
* | Move repeated regex to function | William Holland | 2015-05-30 | 1 | -24/+21 |
* | Put all [ codes in the table | William Holland | 2015-05-30 | 1 | -29/+30 |
* | Make O codes use regex | William Holland | 2015-05-30 | 1 | -17/+20 |
* | Clean parse_key by using pop | William Holland | 2015-05-30 | 1 | -30/+28 |
* | Fix multiple keypresses sometimes not working | William Holland | 2015-05-30 | 1 | -11/+26 |
* | Remove obsolete methods from Key and add __hash__ | William Holland | 2015-05-30 | 1 | -55/+6 |
* | Make parsing use new class and tables | William Holland | 2015-05-30 | 1 | -7/+69 |
* | Add smaller tables to replace _table | William Holland | 2015-05-30 | 1 | -0/+37 |
* | Add KeyCombination object | William Holland | 2015-05-30 | 1 | -0/+58 |