mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
move gamma controlls to volume or F11/F12 in emu
Idea is to fee 5way presses for pan/zoom operations in future
This commit is contained in:
@@ -229,9 +229,9 @@ function mainloop()
|
||||
end
|
||||
elseif ev.code == KEY_BACK then
|
||||
return
|
||||
elseif ev.code == KEY_FW_UP then
|
||||
elseif ev.code == KEY_VPLUS then
|
||||
modify_gamma( 1.25 )
|
||||
elseif ev.code == KEY_FW_DOWN then
|
||||
elseif ev.code == KEY_VMINUS then
|
||||
modify_gamma( 0.8 )
|
||||
elseif ev.code == KEY_A then
|
||||
if shiftmode then
|
||||
|
||||
Reference in New Issue
Block a user