Bug Tracker item #3479722, was opened at 2012-01-25 11:58
Message generated for change (Tracker Item Submitted) made by sjsdogsrule
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1126848&aid=3479722&group_id=254363

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Windows version
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Scott (sjsdogsrule)
Assigned to: Peter Åstrand (astrand)
Summary: Shift state keypress modifier for Fn keys

Initial Comment:
Our Linux system was recently updated.  We now have:
Xvnc TigerVNC 1.0.90 - built Nov  9 2011 12:19:56


If I hold the Shift key and press a function key (e.g. Shift-F5), during the 
keypress the state modifier is 0x0.  During the keyrelease the modifier is 0x1 
as I would expect.  Below is xev output of the sequence:

KeyPress event, serial 33, synthetic NO, window 0x3600001,
    root 0xfc, subw 0x0, time 84910756, (594,778), root:(602,824),
    state 0x0, keycode 71 (keysym 0xffc2, F5), same_screen YES,
    XLookupString gives 0 bytes: 
    XmbLookupString gives 0 bytes: 
    XFilterEvent returns: False

KeyPress event, serial 33, synthetic NO, window 0x3600001,
    root 0xfc, subw 0x0, time 84910756, (594,778), root:(602,824),
    state 0x0, keycode 50 (keysym 0xffe1, Shift_L), same_screen YES,
    XLookupString gives 0 bytes: 
    XmbLookupString gives 0 bytes: 
    XFilterEvent returns: False

KeyRelease event, serial 33, synthetic NO, window 0x3600001,
    root 0xfc, subw 0x0, time 84910819, (594,778), root:(602,824),
    state 0x1, keycode 71 (keysym 0xffc2, F5), same_screen YES,
    XLookupString gives 0 bytes: 
    XFilterEvent returns: False


Here is an expected operation when I use Ctrl-F5:
KeyPress event, serial 33, synthetic NO, window 0x3600001,
    root 0xfc, subw 0x0, time 84960531, (383,600), root:(391,646),
    state 0x4, keycode 71 (keysym 0xffc2, F5), same_screen YES,
    XLookupString gives 0 bytes: 
    XmbLookupString gives 0 bytes: 
    XFilterEvent returns: False

KeyRelease event, serial 33, synthetic NO, window 0x3600001,
    root 0xfc, subw 0x0, time 84960595, (383,600), root:(391,646),
    state 0x4, keycode 71 (keysym 0xffc2, F5), same_screen YES,
    XLookupString gives 0 bytes: 
    XFilterEvent returns: False


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1126848&aid=3479722&group_id=254363

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Tigervnc-devel mailing list
Tigervnc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-devel

Reply via email to