checkly / headless-recorder

Chrome extension that records your browser interactions and generates a Playwright or Puppeteer script.
https://checklyhq.com/headless-recorder
MIT License
15.03k stars 722 forks source link

Use alt-k as shortcut as ctrl-k is already taken in the browser by ch… #176

Closed dolfje closed 2 years ago

dolfje commented 2 years ago

Description

When I'm trying to type ctrl-k to hide the overlay, I'm going into the google search functionality of Chrome. So I have rebound all the shortcuts with alt instead of ctrl.

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes.

Checklist:

ianaya89 commented 2 years ago

Hi @dolfje, thanks a lot for all your hard work on this project. 👏 I will be reviewing all the PR's you opened and get back as soon as possible.

ianaya89 commented 2 years ago

@dolfje Good catch on this! I am wondering if we should replace (ctrl + k) with (ctrl + shift + K) and keep using ctrl as target key. Or do you think will be better to migrate to alt?

dolfje commented 2 years ago

Don't have any preference for alt. ctrl +shitf is also an option

ianaya89 commented 2 years ago

@dolfje Could you change it to ctrl + shift + K?