Skip to content

Capture the global keys like Ctrl+C with code instead of Electron #5

Description

@codotronix

Currently file menu shortcut keys are captured using electrons globalShortcut.register method

globalShortcut.register('CommandOrControl+C', signalCopy)

We need to move it to FE side and identify with proper event on proper elements. Because otherwise it is preventing normal text cut / copy / paste features also e.g. in urlbar or while renaming a file / folder

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions