mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-20 14:30:41 +00:00
[backport cloud/1.41] fix: App mode - workaround for alt+m producing alt+μ on mac (#10536)
Backport of #10528 to `cloud/1.41` Automatically created by backport workflow. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-10536-backport-cloud-1-41-fix-App-mode-workaround-for-alt-m-producing-alt-on-mac-32e6d73d365081369e92c8acd0432d6f) by [Unito](https://www.unito.io) Co-authored-by: pythongosssss <125205205+pythongosssss@users.noreply.github.com>
This commit is contained in:
@@ -61,6 +61,13 @@ export const CORE_KEYBINDINGS: Keybinding[] = [
|
||||
},
|
||||
commandId: 'Comfy.ToggleLinear'
|
||||
},
|
||||
{
|
||||
combo: {
|
||||
alt: true,
|
||||
key: 'µ'
|
||||
},
|
||||
commandId: 'Comfy.ToggleLinear'
|
||||
},
|
||||
{
|
||||
combo: {
|
||||
key: 's',
|
||||
|
||||
Reference in New Issue
Block a user