aboutsummaryrefslogtreecommitdiff
path: root/themes/scite
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2010-12-03 18:50:00 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2010-12-03 18:50:00 -0500
commit49414d68517e875e2f8c90c70eb61a0dd67a7fa7 (patch)
tree2cc0cfbf0a2dc113867e692a5205c7c712feff8c /themes/scite
parent437259089038caa65440c025165a5a65c4f5dcee (diff)
downloadtextadept-49414d68517e875e2f8c90c70eb61a0dd67a7fa7.tar.gz
textadept-49414d68517e875e2f8c90c70eb61a0dd67a7fa7.zip
For Linux, change rectangular selection modifier to Super/Win in themes.
This enables Ctrl+Mouse to be used for multiple selection.
Diffstat (limited to 'themes/scite')
-rwxr-xr-xthemes/scite/view.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/scite/view.lua b/themes/scite/view.lua
index e5a9d7c7..83b092fc 100755
--- a/themes/scite/view.lua
+++ b/themes/scite/view.lua
@@ -9,6 +9,7 @@ buffer.multiple_selection = true
buffer.additional_selection_typing = true
--buffer.multi_paste = 1
--buffer.virtual_space_options = 3
+if not WIN32 and not OSX then buffer.rectangular_selection_modifier = 8 end
--buffer.additional_sel_alpha =
--buffer.additional_sel_fore =
--buffer.additional_sel_back =