fix: MacOS shortcuts by barredterra [frappe] PR#25272
From: https://github.com/frappe/frappe/pull/25272
Date: 2024-03-07 11:45:11+01:00
- fix: settings and help shortcuts
- fix: show "Shift" symbol istead of text
- fix: mac shortcuts
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-25272
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-25272
# Make changes then rebase
git rebase -i develop
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease