我需要使用密鑰綁定以兩種方式切換。這是我的代碼,它有一種方法。有人可以幫助我使它工作嗎? public class MyFrame extends JFrame {
private FirstForm firstForm = new FirstForm();
private SecondForm secondForm = new SecondForm();
publ
這個問題上來後,我實現了王牌編輯器... 這裏是鏈接爲:THX for循環 Ace editor, how to remove all keyBindings but one? 我有王牌編輯,: for (key in editor.keyBinding.$defaultHandler.commandKeyBinding) {
if (key !== "ctrl-d")