How to remove add-in keyboard shortcuts? #5532
-
I'm on Excel for mac. Getting this when I use I have followed this documentation and now I can't seem to get past this error no matter what I added this: {
"actions": [
{
"id": "ShowTaskpane",
"type": "ExecuteFunction",
"name": "Show task pane"
},
{
"id": "HideTaskpane",
"type": "ExecuteFunction",
"name": "Hide task pane"
}
],
"shortcuts": [
{
"action": "ShowTaskpane",
"key": {
"default": "Ctrl+Shift+O",
"mac": "Ctrl+Shift+O",
"web": "Ctrl+Shift+O",
"windows": "Ctrl+Shift+O"
}
},
{
"action": "HideTaskpane",
"key": {
"default": "Ctrl+Shift+H",
"mac": "Ctrl+Shift+H",
"web": "Ctrl+Shift+H",
"windows": "Ctrl+Shift+H"
}
}
]
} I tried office-addin-debugging stop manifest.xml I have also tried quitting Excel and running to clear the cache rm -rf ~/Library/Containers/com.Microsoft.OsfWebHost/Data/**/* ~/Library/Containers/com.microsoft.Ex
cel/Data/Documents/wef/**/*ga But nothing is working and I can't find anything online on how to reset the shortcuts! How can I do this? |
Beta Was this translation helpful? Give feedback.
Answered by
abed-daloopa
Mar 26, 2025
Replies: 1 comment
-
It's documented here |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
abed-daloopa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's documented here