Revert "Cleanup: remove unused text.selection_set select option"
This reverts commit 9af0cdcd93
.
Removed this feature because of confusion
caused by incorrect description.
This commit is contained in:
@@ -2347,6 +2347,8 @@ def km_text(params):
|
||||
("text.scroll", {"type": 'TRACKPADPAN', "value": 'ANY'}, None),
|
||||
("text.selection_set", {"type": 'EVT_TWEAK_L', "value": 'ANY'}, None),
|
||||
("text.cursor_set", {"type": 'LEFTMOUSE', "value": 'PRESS'}, None),
|
||||
("text.selection_set", {"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True},
|
||||
{"properties": [("select", True)]}),
|
||||
("text.scroll", {"type": 'WHEELUPMOUSE', "value": 'PRESS'},
|
||||
{"properties": [("lines", -1)]}),
|
||||
("text.scroll", {"type": 'WHEELDOWNMOUSE', "value": 'PRESS'},
|
||||
|
@@ -1682,6 +1682,8 @@ def km_text(params):
|
||||
("text.scroll", {"type": 'TRACKPADPAN', "value": 'ANY'}, None),
|
||||
("text.selection_set", {"type": 'EVT_TWEAK_L', "value": 'ANY'}, None),
|
||||
("text.cursor_set", {"type": 'LEFTMOUSE', "value": 'PRESS'}, None),
|
||||
("text.selection_set", {"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True},
|
||||
{"properties": [("select", True)]}),
|
||||
("text.scroll", {"type": 'WHEELUPMOUSE', "value": 'PRESS'},
|
||||
{"properties": [("lines", -1)]}),
|
||||
("text.scroll", {"type": 'WHEELDOWNMOUSE', "value": 'PRESS'},
|
||||
|
Reference in New Issue
Block a user