Commit Graph

8 Commits (2f11b761b0d70a78bcbc77e174a11fdbd68ae72d)

Author SHA1 Message Date
Qingping Hou 709e7853e4 mod: move slider event handling to global command module
Since this event must be handled in all UIs, it is
better to register it on command object construction.
13 years ago
Qingping Hou 5e58a94632 mod: rm unused shortcuts in crereader 13 years ago
Qingping Hou 5c4b0868ba add: del method in commands 13 years ago
Qingping Hou 7e07ea5a1f fix: bug in Commands:new()
assign a new map to every created object
13 years ago
Dobrica Pavlinusic 69a8ee83bb specify multiple keys for single command #55
This code still doesn't support different modifiers on keys, but
I would rather refactor it in small steps first

Current changes adds support for Kindle 3 left page keys
reported by @houqp in issue #55
13 years ago
traycold bfcad367bb using font module for getting fonts (commit f95231d789)
renamed function names using camelCase (issue #62)
13 years ago
traycold 943b511b7c complete implementation of issue #55
created a help page
13 years ago
traycold 3fbb39fc05 Proof of concept for issue #55.
Still to be completed.
13 years ago