Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom Mapping #3

Open
FrannRod opened this issue Sep 2, 2019 · 4 comments
Open

Custom Mapping #3

FrannRod opened this issue Sep 2, 2019 · 4 comments

Comments

@FrannRod
Copy link

FrannRod commented Sep 2, 2019

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.

@conradmcha
Copy link

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

@melody26613
Copy link

melody26613 commented Jul 25, 2020

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.

@Kronuz
Copy link
Owner

Kronuz commented Aug 11, 2020

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

@rwxguo
Copy link
Contributor

rwxguo commented Aug 11, 2020

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" },

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants