Amend 1dedd398: Adapt some tests to use unspecified unbind.

This commit is contained in:
Kornel Benko 2022-07-27 20:27:59 +02:00
parent 1dedd39864
commit 95166772ee
7 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
# After replacing with something that matches the search pattern, the next
# match should not consider the just replaced text (#4388)
#
UnuseShortcut "Tab" "command-alternatives completion-accept;cell-forward;tab-insert;outline-in;depth-increment"
UnuseShortcut "Tab" "*"
PrepareShortcuts

View File

@ -1,6 +1,6 @@
# Basic test on refactoring of mathematics notation
#
UnuseShortcut "Tab" "command-alternatives completion-accept;cell-forward;tab-insert;outline-in;depth-increment"
UnuseShortcut "Tab" "*"
PrepareShortcuts

View File

@ -1,6 +1,6 @@
# Regression test for #7245
#
UnuseShortcut "Tab" "command-alternatives completion-accept;cell-forward;tab-insert;outline-in;depth-increment"
UnuseShortcut "Tab" "*"
PrepareShortcuts

View File

@ -2,7 +2,7 @@
# again the search pattern, should not result in a double replacement
# (#7442)
#
UnuseShortcut "Tab" "command-alternatives completion-accept;cell-forward;tab-insert;outline-in;depth-increment"
UnuseShortcut "Tab" "*"
PrepareShortcuts

View File

@ -1,7 +1,7 @@
# Avoiding recursive replacements when replaced text matches search pattern
# Addresses #7675.
#
UnuseShortcut "Tab" "command-alternatives completion-accept;cell-forward;tab-insert;outline-in;depth-increment"
UnuseShortcut "Tab" "*"
PrepareShortcuts

View File

@ -1,7 +1,7 @@
# Test for searching the special LyX and LaTeX words
# when ignoring format
UnuseShortcut "Tab" "command-alternatives completion-accept;cell-forward;tab-insert;outline-in;depth-increment"
UnuseShortcut "Tab" "*"
PrepareShortcuts

View File

@ -1,6 +1,6 @@
# Finding styles with regexp
UseShortcut "C-F20" "regexp-mode"
UnuseShortcut "Tab" "command-alternatives completion-accept;cell-forward;tab-insert;outline-in;depth-increment"
UnuseShortcut "Tab" "*"
PrepareShortcuts