Hi Gtk# List
Replying to my self
I am able to print keyvalues of Ctrl, Alt, Shift etc. But not keys a,A,b,B, etc. I've used keypress event handler for this purpose. Plz tell me how can I get control of these keys in textview?
The code snippet (very simple indeed).
protected virtual void OnTextview1KeyPressEvent (object o, Gtk.KeyPressEventArgs args)
{
textview1.Buffer.InsertAtCursor(args.Event.HardwareKeycode.ToString());
}
Waiting for your valueable suggestions.
Regards
--
Muhammad Shakir Aziz محمد شاکر عزیز
_______________________________________________
Gtk-sharp-list maillist -
Gtk-sharp-list@...
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list