Commit Graph

9 Commits (51dd8472b942ab4a031f50e406eb8b2fa75a3a65)

Author SHA1 Message Date
Qingping Hou 6614bbe33d mod: handle shift and alt key events in adjustKeyEvents() 12 years ago
Qingping Hou 53d4016c64 fix: move shiftmode and altmode to global
now shiftmode and altmode is recoreded in Keys module.  So all the UIs
are sharing these two mode instead of remembering their own. These fix
the bug in UI switchings.

For instance, you use combo 'Alt'+'b' to fire up some menu in pdfreader,
the altmode is set, but the alt key was released after the menu show
up. Then the key release event will only be captured by the menu. So
after you exit from the menu, the altmode is still set in pdfreader,
which is not what we want.
13 years ago
Qingping Hou b33720a567 mod: change shortcut for jumpstack & fix: inputbox 13 years ago
Qingping Hou 91dd1a13c8 mod: add number keys in inputbox 13 years ago
Qingping Hou 417ef640a7 Merge branch 'rotate'
Conflicts:
	filechooser.lua

* merge rotate branch with search branch
* fix font display bug in font menu

not fully tested the new rotation implemention yet.
13 years ago
Qingping Hou 060ad5cb01 finished search feature! 13 years ago
Qingping Hou 32d1bede8c start working on filesearcher 13 years ago
Qingping Hou 29a9996fb2 mod: inputbox finished 13 years ago
Qingping Hou 8fdb0a4c3e add: demo for inputbox 13 years ago