Dear All, The keyboard shortcut functionality seems to have changed in 2.0.6. I have a bind file that has the commands
\bind "C-S-apostrophe" "math-insert \ddot" \bind "C-S-quoteleft" "math-insert \tilde" In 2.0.5, this used to work perfect when I imported the bind file. Now, it does not. When I import the bind file, the shortcuts show up as following: Function Shortcut math-insert \ddot Ctrl+Shift+' math-insert \tilde Ctrl+Shift+` However, when I press the keys in math mode, nothing happens. (command disabled). Upon further investigation, i found out that if I manually create the shortcuts, they show up as follows: Function Shortcut math-insert \ddot Ctrl+Shift+" math-insert \tilde Ctrl+Shift+~ Why the difference? How do i write a bind file to add "Ctrl+Shift+~" instead of "Ctrl+Shift+`" to the shortcuts? (i tried \bind "C-S-tilde" and \bind "C-S-~" they dont work!) Thanks in advance Rushi
