What is the java keyevent field for question mark? [closed]

若如初见. 提交于 2021-02-20 03:44:34

问题


Is there any event for pressing ?, such as keyPress(KeyEvent.VK_?) in Java?


回答1:


From http://docs.oracle.com/javase/6/docs/api/java/awt/event/KeyEvent.html:

Not all characters have a keycode associated with them. For example, there is no keycode for the question mark because there is no keyboard for which it appears on the primary layer.



来源:https://stackoverflow.com/questions/8385352/what-is-the-java-keyevent-field-for-question-mark

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!