From 304f2be2c72b6ee6a49bd6f1b077bd4bf353aa42 Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Sun, 15 Nov 2015 15:26:11 -0500
Subject: [PATCH] update todo

---
 pd/nw/todo.txt | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/pd/nw/todo.txt b/pd/nw/todo.txt
index f3e67b62d..b10a98783 100644
--- a/pd/nw/todo.txt
+++ b/pd/nw/todo.txt
@@ -328,6 +328,13 @@ Everything else: (A [x] means we've fixed it)
 [ ] fix the Next Window/Previous Window keybindings. For some reason they
     don't work.
 [ ] unnecessary scrollbars appear when many patches are opened at once.
+[ ] some menuitem shortcuts don't pass their events on to the dom, while
+    others do. I think it happens when a double-modifier has keys in common
+    with a single-modifier. Example: <ctrl-shift-v> creates a vsl, but the
+    key gets sent to Pd. However, <ctrl-shift-h> creates an hsl, and
+    does _not_ send a key to Pd. Since <ctrl-v> is bound to "paste" and
+    <ctrl-h> isn't bound to anything, that may somehow be causing an
+    inconsistency.
 
 Crashers
 --------
-- 
GitLab