回答編集履歴
4
markdownの微修正
test
CHANGED
@@ -52,11 +52,7 @@
|
|
52
52
|
|
53
53
|
|
54
54
|
|
55
|
-
> ```
|
56
|
-
|
57
|
-
> gsettings set org.gnome.desktop.wm.preferences mouse-button-modifier "<Super>"
|
55
|
+
> `gsettings set org.gnome.desktop.wm.preferences mouse-button-modifier "<Super>"`
|
58
|
-
|
59
|
-
> ```
|
60
56
|
|
61
57
|
|
62
58
|
|
3
Linuxでの動作についての書き込みを追記
test
CHANGED
@@ -19,3 +19,47 @@
|
|
19
19
|
|
20
20
|
|
21
21
|
WindowsではCtrl+Shift+Altを推しながら矢印キーで矩形選択できます。
|
22
|
+
|
23
|
+
|
24
|
+
|
25
|
+
---
|
26
|
+
|
27
|
+
|
28
|
+
|
29
|
+
更に追記
|
30
|
+
|
31
|
+
|
32
|
+
|
33
|
+
UbuntuやLinux MINTではShift+Alt+クリックは動作しないらしいです。
|
34
|
+
|
35
|
+
デスクトップ環境がGNOME3だとダメっぽい?
|
36
|
+
|
37
|
+
|
38
|
+
|
39
|
+
Windowsなので確認はできませんが、修正方法らしき書き込みを発見したので載せておきます。
|
40
|
+
|
41
|
+
|
42
|
+
|
43
|
+
[Column selection #1515](https://github.com/Microsoft/vscode/issues/1515#issuecomment-199464559)
|
44
|
+
|
45
|
+
|
46
|
+
|
47
|
+
> Note that Alt+Shift+click doesn't work on Gnome 3 if mouse-button-modifier is set to Alt, which seems to be the default in some installations. [https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1704580](https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1704580)
|
48
|
+
|
49
|
+
|
50
|
+
|
51
|
+
> To fix, run
|
52
|
+
|
53
|
+
|
54
|
+
|
55
|
+
> ```
|
56
|
+
|
57
|
+
> gsettings set org.gnome.desktop.wm.preferences mouse-button-modifier "<Super>"
|
58
|
+
|
59
|
+
> ```
|
60
|
+
|
61
|
+
|
62
|
+
|
63
|
+
> Or use Gnome Tweak Tool to change Windows -> Window Action Key.
|
64
|
+
|
65
|
+
|
2
cursorColumnSelectについて
test
CHANGED
@@ -3,3 +3,19 @@
|
|
3
3
|
|
4
4
|
|
5
5
|
![キーボード ショートカット](cd91d6fcd1bf2bbefbd44a7839ee1b23.png)
|
6
|
+
|
7
|
+
|
8
|
+
|
9
|
+
---
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
勘違いしていたので訂正
|
14
|
+
|
15
|
+
|
16
|
+
|
17
|
+
Linux環境下で`cursorColumnSelect`のキーバインドを確認してみて下さい。
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
WindowsではCtrl+Shift+Altを推しながら矢印キーで矩形選択できます。
|
1
微修正
test
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
Linux環境下で、`ファイル` > `基本設定` > `キーボード ショートカット`で、
|
1
|
+
Linux環境下で、`ファイル` > `基本設定` > `キーボード ショートカット`で、キーバインドがどうなっているかを確認してみてはいかがでしょうか?
|
2
2
|
|
3
3
|
|
4
4
|
|