TextMarker icon indicating copy to clipboard operation
TextMarker copied to clipboard

Custom Mapping

Open FrannRod opened this issue 6 years ago • 4 comments

It'd be nice for user to be able to change the mapping, as Alt+Space does another thing in Ubuntu/Linux and therefore I'm unable to highlight text.

FrannRod avatar Sep 02 '19 14:09 FrannRod

I'm on Windows and already using Alt+Space for Wox Launcher

conradmcha avatar Oct 10 '19 14:10 conradmcha

I have the same problem on Ubuntu, so I modify Default.sublime-keymap setting to use ctrl+space like followings [ { "keys": [ "ctrl+space" ], "command": "text_marker", }, { "keys": [ "ctrl+escape" ], "command": "text_marker_clear" } ]

You can try this method.

melody26613 avatar Jul 25 '20 07:07 melody26613

Can someone please make a tested PR with the working keymap for Linux only? :)

Kronuz avatar Aug 11 '20 14:08 Kronuz

I'm on windows, use the following keymap as highlighting words is not a frequent action as copy/paste does :

{ "keys": ["ctrl+super+j"], "command": "text_marker" },
{ "keys": ["ctrl+super+h"], "command": "text_marker_clear" },

rwxguo avatar Aug 11 '20 15:08 rwxguo