summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/box3d-context.cpp2
-rw-r--r--src/pen-context.cpp2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/box3d-context.cpp b/src/box3d-context.cpp
index a28463e02..d1b6d62fc 100644
--- a/src/box3d-context.cpp
+++ b/src/box3d-context.cpp
@@ -449,6 +449,7 @@ static gint sp_box3d_context_root_handler(SPEventContext *event_context, GdkEven
ret = true;
break;
+ /* TODO: what is this???
case GDK_O:
if (MOD__CTRL && MOD__SHIFT) {
Box3D::create_canvas_point(persp3d_get_VP(inkscape_active_document()->current_persp3d, Proj::W).affine(),
@@ -456,6 +457,7 @@ static gint sp_box3d_context_root_handler(SPEventContext *event_context, GdkEven
}
ret = true;
break;
+ */
case GDK_g:
case GDK_G:
diff --git a/src/pen-context.cpp b/src/pen-context.cpp
index 61b7a0eb8..261c7d4cf 100644
--- a/src/pen-context.cpp
+++ b/src/pen-context.cpp
@@ -1042,6 +1042,7 @@ pen_handle_key_press(SPPenContext *const pc, GdkEvent *event)
}
break;
+/* TODO: this is not yet enabled?? looks like some traces of the Geometry tool
case GDK_P:
case GDK_p:
if (MOD__SHIFT_ONLY) {
@@ -1073,6 +1074,7 @@ pen_handle_key_press(SPPenContext *const pc, GdkEvent *event)
ret = TRUE;
}
break;
+*/
case GDK_U:
case GDK_u: