Merge remote-tracking branch 'upstream/master' into djvu-highlight

Conflicts:
	unireader.lua
This commit is contained in:
Qingping Hou
2012-03-27 02:50:15 +08:00
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@@ -3,10 +3,13 @@ lua
lua-*
.reader.kpdfview.lua
mupdf-thirdparty.zip
djvulibre*
kpdfview
*.o
kindlepdfviewer-*.zip
/.cproject
/.project
/.reader.kpdfview

View File

@@ -1044,7 +1044,7 @@ function UniReader:addAllCommands()
unireader:showHighLight()
unireader:goto(unireader.pageno)
end)
self.commands:add(KEY_HOME,MOD_SHIFT_OR_ALT,"Home",
self.commands:add(KEY_HOME,nil,"Home",
"exit application",
function(unireader)
keep_running = false