win32ss / supermium

Chromium fork for Windows XP/2003 and up
https://win32subsystem.live/supermium/
BSD 3-Clause "New" or "Revised" License
2.37k stars 79 forks source link

Add a built-in keyboard shortcuts manager #563

Open redfoxcz opened 5 months ago

redfoxcz commented 5 months ago

Would it be possible to add a built-in keyboard shortcuts manager?

I need to assign/overwrite some one-key shortcuts, like:

F1 focus URL bar F2 open new tab F3 search F4 search next F6 reload without cache F10 dev tools F12 close tab

No regular Chrome extension can handle this, insufficient privileges.

It would be also nice to add a built-in mouse gestures editor.

win32ss commented 5 months ago

It does sound feasible; Chromium has an internal API for adding keyboard accelerators. I will certainly work on it.

redfoxcz commented 3 months ago

When could we expect this feature? Maybe in v. 124?