* XplatUIX11.cs: Enable key auto repeat. If the user doesn't
commitc0fe87560bfc27b0b29e3e2030a7e42e633291bb
authorJackson Harper <jackson@novell.com>
Tue, 4 Jul 2006 21:15:58 +0000 (4 21:15 -0000)
committerJackson Harper <jackson@novell.com>
Tue, 4 Jul 2006 21:15:58 +0000 (4 21:15 -0000)
tree31ae877f0cbdccf4811a5abdaf876fa609abe911
parentcb1200155595b6913b34c9eb0982910674940b2d
    * XplatUIX11.cs: Enable key auto repeat. If the user doesn't
        * have
        XKB or key auto repeat, do it manually.  Without key auto
repeat,
        when a key is held down we get key press, key release, key
press,
        key release, ... with auto repeat we get key press, key press,
key
        press ..., and then a release when the key is actually released.

svn path=/trunk/mcs/; revision=62250
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIX11.cs