diff options
Diffstat (limited to 'src/node-context.cpp')
| -rw-r--r-- | src/node-context.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/node-context.cpp b/src/node-context.cpp index 3e7903227..1cac6f164 100644 --- a/src/node-context.cpp +++ b/src/node-context.cpp @@ -482,6 +482,13 @@ sp_node_context_root_handler(SPEventContext *event_context, GdkEvent *event) ret = TRUE; } break; + case GDK_x: + case GDK_X: + if (MOD__ALT_ONLY) { + desktop->setToolboxFocusTo ("altx-nodes"); + ret = TRUE; + } + break; case GDK_Left: // move selection left case GDK_KP_Left: case GDK_KP_4: |
