Skip to content
This repository was archived by the owner on Sep 23, 2025. It is now read-only.
This repository was archived by the owner on Sep 23, 2025. It is now read-only.

Hotkey using only slash does not apper on the cheatsheet #278

@felipeplets

Description

@felipeplets

Hello guys,

Nice work here, I just started using it and to mimic Google standard hotkey to focus on the search bar I've used the following hotkey definition:

hotkeys.add({
      combo: '/',
      description: 'Focus on search box',
      callback: function() {
        angular.element('body').find('#search').focus();
      }
    });

It works fine, but once I open the cheat sheet I can't see it:
screen shot 2018-01-29 at 18 34 57

I've tried different combinations and it works fine, the only one that does not appear on the cheatsheet is the slash alone. I believe it is escaping something along the road, but I will not be able to debug it right now.

Anyone confirms this as a bug?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions