question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Disable certain keys for domain

See original GitHub issue

Can we disable certain keys for domain, such as r for slack, instead of blacklisting slack altogether.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

4reactions
haoyangnzcommented, Sep 18, 2019

What about this?

if (_isDomainApplicable(/slack.com/) ) {
    unmap('r');
}

@clarkwang I think this particular feature not being easily accessible has been a major reason why a lot of people that tried surfingkeys are uninstalling/returning to vimium. Would be good to consider a front end feature for it.

1reaction
clarkwangcommented, Sep 17, 2019

What about this?

if (_isDomainApplicable(/slack.com/) ) {
    unmap('r');
}
Read more comments on GitHub >

github_iconTop Results From Across the Web

How to disable a specific key? - Microsoft Community
On Power Toys, select the Keyboard Manager > Remap a key > On Physical Key select Down (or click type and press down...
Read more >
How to Disable Specific Windows Key Shortcut in Windows
Right-click on the Advanced key in the left pane, and then select New -> String Value from the context menu. new-string-value. Name it ......
Read more >
how to disable keyboard events for a cross domain iframe
I need to restrict the keyboard access for this iframe, so that the user doesn't navigate using tab key. Is this possible ?...
Read more >
Disable all Keys Except... - MATLAB Answers - MathWorks
You aren't disabling the keys, but you are still having largely the same effect. This approach doesn't prevent the use of control-c or...
Read more >
tsm configuration set Options - Tableau Help
For certain keys with predefined default values, the tsm configuration get ... If you choose to disable the REST API on your Tableau...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found