问题描述
出于某种原因,拖动鼠标光标开始执行块选择,而不是正常的行选择模式:
(请忽略此图像来自Visual Studio而非IntelliJ的事实)
我尝试按下scroll-lock,按下并释放alt /ctrl /shift键,但仍然无法选择恢复到正常的“选择全行”模式。当我单击并按住,然后拖动鼠标时,得到一个块(矩形)选择。
你知道如何撤消吗?
附言我在Ubuntu上运行IntelliJ 9。
附言按住SHIFT键并按向上箭头按钮也可以执行块选择,而不是常规的多行选择。
最佳方法
使用Alt
+ Shift
+ Insert
在列和插入选择模式之间切换。
从下面复制brent.payne的评论:
If you are on ubuntu running on a bootcamp mac (macbook pro here) then the key stroke is Alt + Shift + Fn + Enter. Fn + Enter = Ins since no Ins key exists on the macbook pro
次佳方法
“Edit”> “列选择模式”
第三种方法
首先你要做
"Edit" > "Column Selection Mode"
然后你进入
Settings -> Keymap
并搜索Column Selection Mode
,然后右键单击它并删除键绑定,以使其不再出现。
第四种方法
CMD + SHIFT + *
在具有UK键盘的Macbook pro上