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.
2012-04-08 12:46:33 +08:00
Qingping Hou
5e58a94632
mod: rm unused shortcuts in crereader
2012-04-06 20:13:46 +08:00
Qingping Hou
5c4b0868ba
add: del method in commands
2012-03-30 12:01:59 +08:00
Qingping Hou
7e07ea5a1f
fix: bug in Commands:new()
...
assign a new map to every created object
2012-03-29 20:52:57 +08:00
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
2012-03-27 20:10:56 +02:00
traycold
bfcad367bb
using font module for getting fonts (commit f95231d789)
...
renamed function names using camelCase (issue #62 )
2012-03-20 20:15:24 +01:00
traycold
943b511b7c
complete implementation of issue #55
...
created a help page
2012-03-13 22:51:25 +01:00
traycold
3fbb39fc05
Proof of concept for issue #55 .
...
Still to be completed.
2012-03-10 10:28:54 +01:00