From 1d85f77bb174ea61b99a526516708480737d42a9 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 11 Jan 2017 22:34:57 +0300 Subject: [PATCH] doc/notes... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/keyboard.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ui (gen4)/features/keyboard.js b/ui (gen4)/features/keyboard.js index c0471bd0..69df2505 100755 --- a/ui (gen4)/features/keyboard.js +++ b/ui (gen4)/features/keyboard.js @@ -460,8 +460,12 @@ var KeyboardActions = actions.Actions({ } // see if two actions have the same doc... + // + // This problem can be fixed by: + // - setting a different doc in .keybindings... + // - updating action doc... if(index[doc] && index[doc] != a.action){ - console.warn('Actions have same title: "' + console.warn('Actions have same doc/title: "' + index[doc] +'" and "'+ a.action +'" at: "'+ code +'"') }