mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 02:49:46 +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
|
# After replacing with something that matches the search pattern, the next
|
||||||
# match should not consider the just replaced text (#4388)
|
# 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
|
PrepareShortcuts
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Basic test on refactoring of mathematics notation
|
# Basic test on refactoring of mathematics notation
|
||||||
#
|
#
|
||||||
UnuseShortcut "Tab" "command-alternatives completion-accept;cell-forward;tab-insert;outline-in;depth-increment"
|
UnuseShortcut "Tab" "*"
|
||||||
|
|
||||||
PrepareShortcuts
|
PrepareShortcuts
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Regression test for #7245
|
# Regression test for #7245
|
||||||
#
|
#
|
||||||
UnuseShortcut "Tab" "command-alternatives completion-accept;cell-forward;tab-insert;outline-in;depth-increment"
|
UnuseShortcut "Tab" "*"
|
||||||
|
|
||||||
PrepareShortcuts
|
PrepareShortcuts
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# again the search pattern, should not result in a double replacement
|
# again the search pattern, should not result in a double replacement
|
||||||
# (#7442)
|
# (#7442)
|
||||||
#
|
#
|
||||||
UnuseShortcut "Tab" "command-alternatives completion-accept;cell-forward;tab-insert;outline-in;depth-increment"
|
UnuseShortcut "Tab" "*"
|
||||||
|
|
||||||
PrepareShortcuts
|
PrepareShortcuts
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# Avoiding recursive replacements when replaced text matches search pattern
|
# Avoiding recursive replacements when replaced text matches search pattern
|
||||||
# Addresses #7675.
|
# Addresses #7675.
|
||||||
#
|
#
|
||||||
UnuseShortcut "Tab" "command-alternatives completion-accept;cell-forward;tab-insert;outline-in;depth-increment"
|
UnuseShortcut "Tab" "*"
|
||||||
|
|
||||||
PrepareShortcuts
|
PrepareShortcuts
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# Test for searching the special LyX and LaTeX words
|
# Test for searching the special LyX and LaTeX words
|
||||||
# when ignoring format
|
# when ignoring format
|
||||||
|
|
||||||
UnuseShortcut "Tab" "command-alternatives completion-accept;cell-forward;tab-insert;outline-in;depth-increment"
|
UnuseShortcut "Tab" "*"
|
||||||
|
|
||||||
PrepareShortcuts
|
PrepareShortcuts
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Finding styles with regexp
|
# Finding styles with regexp
|
||||||
UseShortcut "C-F20" "regexp-mode"
|
UseShortcut "C-F20" "regexp-mode"
|
||||||
UnuseShortcut "Tab" "command-alternatives completion-accept;cell-forward;tab-insert;outline-in;depth-increment"
|
UnuseShortcut "Tab" "*"
|
||||||
|
|
||||||
PrepareShortcuts
|
PrepareShortcuts
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user