index
:
personal/snowythecrow/keyboard-python.git
master
Will Holland <snowy.the.crow@gmail.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
keyboardpython
/
__init__.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Fix queue keypresses being broken by rename
William Holland
2015-06-07
1
-2
/
+2
*
Rename set_to_read_key and reset for clarity
William Holland
2015-06-07
1
-4
/
+4
*
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
*
Remove unnessesary line
William Holland
2015-05-31
1
-3
/
+1
*
Fix multiple keypresses sometimes not working
William Holland
2015-05-30
1
-11
/
+26
*
Add queue_keypresses function to handle everything
William Holland
2015-05-29
1
-0
/
+15
*
Hide the innards of key.py
William Holland
2015-05-29
1
-1
/
+1
*
Add reset_tty to reset set_to_read_key
William Holland
2015-05-29
1
-0
/
+8
*
Add set_to_read_key function
William Holland
2015-05-29
1
-8
/
+11
*
Remove Queue import which I decided not to use
William Holland
2015-05-28
1
-1
/
+1
*
Move into module folder and add __init__
William Holland
2015-05-28
1
-0
/
+20