From 822464a0bf505400b90dfaa11ca78becc7cee3bd Mon Sep 17 00:00:00 2001 From: RedBearAK <64876997+RedBearAK@users.noreply.github.com> Date: Wed, 3 Nov 2021 18:09:50 -0800 Subject: [PATCH] Fix for info about unable to click "Done" button Found solution for being unable to click the "Done" button when editing Sidebar Widget settings: Shift-Tab instead of Tab. --- docs/ACCEL.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/ACCEL.md b/docs/ACCEL.md index c9eb6b7cf..a3589f5b2 100644 --- a/docs/ACCEL.md +++ b/docs/ACCEL.md @@ -90,9 +90,7 @@ Due to the Metal Backend, the enhanced color output of these apps seems to heavi ## Cannot press "Done" when editing a Sidebar Widget -To work around this, simply press Tab to hover over and press spacebar to simulate a click. - -Note: This work-around doesn't seem to work in macOS 11.3 and newer +Workaround: Press some combination of Tab, or Tab and then Shift-Tab, or just Shift-Tab until the "Done" button is highlighted. Then press spacebar to activate the button, the same as in any other dialog with a highlighted button halo. ## Wake from sleep heavily distorted on AMD/ATI in macOS 11.3 and newer @@ -152,4 +150,4 @@ However if your machine does not have the dGPU disabled via NVRAM, you'll expere nvram FA4CE28D-B62F-4C99-9CC3-6815686E30F9:gpu-power-prefs=%01%00%00%00 # To reset, simply write zeros or NVRAM Reset your Mac nvram FA4CE28D-B62F-4C99-9CC3-6815686E30F9:gpu-power-prefs=%00%00%00%00 -``` \ No newline at end of file +```