ByteLab-Engine / Browser

ByteLab Browser, a customizable and extendable web browser made with Electron.
GNU General Public License v3.0
0 stars 0 forks source link

Add common text manipulation keyboard shortcuts #15

Closed akhatr19 closed 1 year ago

akhatr19 commented 1 year ago

Copy (Command +C) Paste (Command +V) Cut (Command + X) Select all (Command + A)

These shortcuts do not exist. This could be because application menu was removed to get rid of Command + W closing window

Possible solution: Add application menu back and find another fix for Command + W closing the window? Or rewrite those components with keyboard shorcuts

akhatr19 commented 1 year ago

Completed (prior to release)