Remove the F1 shortcut

This commit is contained in:
implicitfield
2025-06-16 13:39:32 +03:00
committed by Ahrotahn
parent 15ee44b5a9
commit f7e6d2273d
2 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
--- a/chrome/browser/ui/views/accelerator_table.cc
+++ b/chrome/browser/ui/views/accelerator_table.cc
@@ -132,7 +132,6 @@ const AcceleratorMapping kAcceleratorMap
{ui::VKEY_OEM_PLUS, ui::EF_PLATFORM_ACCELERATOR, IDC_ZOOM_PLUS},
{ui::VKEY_ADD, ui::EF_PLATFORM_ACCELERATOR, IDC_ZOOM_PLUS},
- {ui::VKEY_F1, ui::EF_NONE, IDC_HELP_PAGE_VIA_KEYBOARD},
{ui::VKEY_F3, ui::EF_NONE, IDC_FIND_NEXT},
{ui::VKEY_F3, ui::EF_SHIFT_DOWN, IDC_FIND_PREVIOUS},
{ui::VKEY_F4, ui::EF_CONTROL_DOWN, IDC_CLOSE_TAB},

View File

@@ -33,6 +33,7 @@ core/ungoogled-chromium/block-requests.patch
core/ungoogled-chromium/disable-privacy-sandbox.patch
core/ungoogled-chromium/doh-changes.patch
core/ungoogled-chromium/extensions-manifestv2.patch
core/ungoogled-chromium/remove-f1-shortcut.patch
core/bromite/disable-fetching-field-trials.patch
extra/ungoogled-chromium/add-ungoogled-flag-headers.patch