Swing组件中隐藏的快捷方式有哪些?

oli*_*olz 4 java swing hidden keyboard-shortcuts shortcut

我发现我的JTextPane中的Ctrl+ Shift+ O更改了ComponentOrientation.

对于我自己的TextEditor,我必须禁用它,但是在JTextPane或其他Swing-Components中是否有其他快捷方式?

键盘绑定Ctrl- X,Ctrl- CCtrl- V是已知的.
还有更多吗?

cam*_*ckr 5

但JTextPane或其他Swing-Components中是否有其他快捷方式?

请参阅列出所有绑定的键绑定,并显示如何禁用您不想要的绑定.