0

如何关闭我正在使用的当前文件(在 Rubymine 中)?我不想点击“x”,因为我讨厌鼠标,我不想“关闭所有修改”我只想关闭当前具有焦点的文件,就像我在任何其他程序中一样Mac 按 Command W。

4

3 回答 3

2

我敢打赌你已经错过了这个文档部分

快捷键取决于键盘映射并且可以自定义,但默认的是Windows上的Ctrl+和Mac上的+ 。F4CmdF4

Settings验证|中的快捷方式 Keymap,确保它不与其他应用程序冲突,尝试将Close操作映射到不同的快捷方式。它工作正常,我已经仔细检查过。

于 2012-07-12T02:31:17.853 回答
1

Command-W 应该可以关闭当前版本的 Rubymine (6.2) 中的当前文件

于 2014-09-18T15:58:07.077 回答
0

同 CrazyCoder 所说的一样。以下是将关闭和关闭所有窗口映射到 Rubymine 中的快捷键的确切步骤:

Rubymine | Preferences | Keymap | Main Menu | Edit | Select Word at Caret  >> Remove Keyboard Shortcut: command+W
Rubymine | Preferences | Keymap | Main Menu | Edit | Unselect Word at Caret  >> Remove Keyboard Shortcut: command+shift+W
Rubymine | Preferences | Keymap | Window | Editor Tabs | Close  >> Remove Keyboard Shortcut: command+F4
Rubymine | Preferences | Keymap | Window | Editor Tabs | Close  >> Add Keyboard Shortcut: command+W
Rubymine | Preferences | Keymap | Window | Editor Tabs | Close All >> Add Keyboard Shortcut: command+shift+W

详情在这里: http: //lexsheehan.blogspot.com/2013/01/fixing-close-window-keyboard-shortcuts.html

于 2013-01-14T20:24:08.337 回答