Attached is a patch. I am hesitant to make a change since it has been
bound to & for so long. It appears that the original binding was
tilde, but in 584ea928 André changed it to ampersand. Was this
intentional? If so does anyone know why?

Scott
From c8bdbc3ff3d57dd85f0991be15eeeda0803ed6a4 Mon Sep 17 00:00:00 2001
From: Scott Kostyshak <skost...@lyx.org>
Date: Thu, 30 Jul 2015 22:38:04 -0400
Subject: [PATCH] Change \tilde binding to use tilde instead of amp

The tilde seems like a more natural binding, just like the caret is
a natural binding for the hat.
---
 lib/bind/math.bind | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/bind/math.bind b/lib/bind/math.bind
index 805f701..efc09e7 100644
--- a/lib/bind/math.bind
+++ b/lib/bind/math.bind
@@ -109,7 +109,7 @@ Format 2
 \bind "M-m h"			"math-insert \hat"
 \bind "M-m ~C-~M-~S-backslash"	"math-insert \grave"
 \bind "M-m ~S-slash"		"math-insert \acute"
-\bind "M-m ~C-~M-~S-ampersand"	"math-insert \tilde"
+\bind "M-m ~C-~M-~S-asciitilde"	"math-insert \tilde"
 \bind "M-m ~S-minus"		"math-insert \bar"
 \bind "M-m ~S-period"		"math-insert \dot"
 \bind "M-m S-V"			"math-insert \check"
-- 
2.1.4

Reply via email to