From 49414d68517e875e2f8c90c70eb61a0dd67a7fa7 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Fri, 3 Dec 2010 18:50:00 -0500 Subject: For Linux, change rectangular selection modifier to Super/Win in themes. This enables Ctrl+Mouse to be used for multiple selection. --- themes/light/view.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'themes/light/view.lua') diff --git a/themes/light/view.lua b/themes/light/view.lua index 38bb62af..be3c7d0d 100755 --- a/themes/light/view.lua +++ b/themes/light/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 = -- cgit v1.2.3