/[papo]/gnue/forms/src/GFKeyMapper.py
ViewVC logotype

Diff of /gnue/forms/src/GFKeyMapper.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3.2.2 by styxman, Tue May 6 19:38:07 2003 UTC revision 1.3.2.3 by styxman, Tue May 20 19:09:52 2003 UTC
# Line 259  def reverseLookup(self, keyvalue): Line 259  def reverseLookup(self, keyvalue):
259  DefaultMapping = {  DefaultMapping = {
260    
261        # (Key, Shifted, Ctrl'd, Meta/Alt'd)        # (Key, Shifted, Ctrl'd, Meta/Alt'd)
262        (vk.PAGEUP,   0, 0, 0) : 'PREVBLOCK',        # (vk.PAGEUP,   0, 0, 0) : 'PREVBLOCK',
263        (vk.PAGEDOWN, 0, 0, 0) : 'NEXTBLOCK',        # (vk.PAGEDOWN, 0, 0, 0) : 'NEXTBLOCK',
264        (vk.TAB,      0, 0, 0) : 'NEXTENTRY',        (vk.TAB,      0, 0, 0) : 'NEXTENTRY',
265        (vk.ENTER,    0, 0, 0) : 'NEXTENTRY',        (vk.ENTER,    0, 0, 0) : 'NEXTENTRY',
266        (vk.RETURN,   0, 0, 0) : 'NEXTENTRY',        (vk.RETURN,   0, 0, 0) : 'NEXTENTRY',

Legend:
Removed from v.1.3.2.2  
changed lines
  Added in v.1.3.2.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26