Commit Graph

4 Commits (4a1a5233c0147157d622b94bbe82b2c356cf0bd6)

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.
12 years ago
Qingping Hou fa5b0c9874 mod: toc and jumpstack refactored 12 years ago
Qingping Hou 02713ae2ab add: demo for jumpstack 12 years ago