mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-24 18:43:37 +00:00
Amend 1dedd398
: Adapt some tests to use unspecified unbind.
This commit is contained in:
parent
1dedd39864
commit
95166772ee
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user