我已經嘗試了不同的解決方案給這裏的問題,但似乎無法繞過它。我想檢測ShiftCtrlC在VB.Net中的KeyDown事件。 KeyPreview屬性爲我的表單設置爲true。 我想的是: If e.Modifiers = (Keys.Shift And Keys.Control) And e.KeyCode = Keys.C Then
'do the action
End If
當我按下鍵盤上的一個鍵(整數)時。它確實是這樣的: gchar *keypressed;
keypressed=gdk_keyval_name (event->keyval);
printf("The KeyEvent is: %s\n", keypressed); // Till here it is fine
我得到段錯誤當我這樣做: char ch;
sprintf(ch, "%