mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Make some findadv-tests working again, more to follow
Some shortcuts in cua do not work anymore so replacing them with virtual shortcus for tests only seems a good way.
This commit is contained in:
parent
7b8e26e3ad
commit
fd5dbd61e7
@ -21,7 +21,8 @@ CP: Key (queried) [action=buffer-begin][Ctrl+Home]
|
|||||||
KK: \[Escape]\C\[Home]
|
KK: \[Escape]\C\[Home]
|
||||||
KK: \CF
|
KK: \CF
|
||||||
KK: \[Delete]
|
KK: \[Delete]
|
||||||
# Unchecked ignore format and emphasised already set
|
# Unchecked ignore format and emphasised not set because of [Delete]
|
||||||
|
KK: \Ce
|
||||||
KK: foo\[Return]\[Return]
|
KK: foo\[Return]\[Return]
|
||||||
CP: Putting selection at .*idx: 0 par: 0 pos: 4\n with len: 3
|
CP: Putting selection at .*idx: 0 par: 0 pos: 4\n with len: 3
|
||||||
CP: Putting selection at .*idx: 0 par: 0 pos: 8\n with len: 3
|
CP: Putting selection at .*idx: 0 par: 0 pos: 8\n with len: 3
|
||||||
|
@ -1,23 +1,29 @@
|
|||||||
# Basic test for searching with par-style awareness
|
# Basic test for searching with par-style awareness
|
||||||
|
UseShortcut "C-F20" "layout Part"
|
||||||
|
UseShortcut "C-F21" "layout Chapter"
|
||||||
|
UseShortcut "C-F22" "layout Section"
|
||||||
|
UseShortcut "C-F23" "layout Subsection"
|
||||||
|
UseShortcut "C-F24" "layout Subsubsection"
|
||||||
|
UseShortcut "C-F25" "layout Paragraph"
|
||||||
|
UseShortcut "C-F26" "layout Subparagraph"
|
||||||
|
UseShortcut "C-F29" "layout Standard"
|
||||||
|
|
||||||
|
PrepareShortcuts
|
||||||
Lang sk_SK.utf8
|
Lang sk_SK.utf8
|
||||||
CO: findadv-06.ctrl
|
CO: findadv-06.ctrl
|
||||||
TestBegin test.lyx -dbg key,find > findadv-06.loga.txt 2>&1
|
TestBegin test.lyx -dbg key,find > findadv-06.loga.txt 2>&1
|
||||||
KD: 50
|
KD: 100
|
||||||
CN: Part 1
|
CN: Part 1
|
||||||
KK: foo\[Return]
|
KK: foo\[Return]
|
||||||
KK: \Ao2
|
KK: \C\[F22]foo\[Return]
|
||||||
KK: foo\[Return]
|
KK: \C\[F29]foo\C\[Home]
|
||||||
KK: \Ao9
|
|
||||||
KK: foo\C\[Home]
|
|
||||||
KK: \Axbuffer-write\[Return]
|
KK: \Axbuffer-write\[Return]
|
||||||
KK: \Axdialog-show findreplaceadv\[Return]
|
KK: \Axdialog-show findreplaceadv\[Return]
|
||||||
# Uncheck ignore format
|
# Uncheck ignore format
|
||||||
KK: \At\Ai\Ah
|
KK: \At\Ai\Ah
|
||||||
KK: \CF
|
KK: \CF
|
||||||
KK: \Aj
|
#KK: \Aj
|
||||||
KK: \Ao2
|
KK: \C\[F22]foo\[Return]
|
||||||
KK: foo\[Return]
|
|
||||||
CP: Putting selection at .*idx: 0 par: 1 pos: 0\n with len: 3
|
CP: Putting selection at .*idx: 0 par: 1 pos: 0\n with len: 3
|
||||||
#
|
#
|
||||||
CN: Part 2
|
CN: Part 2
|
||||||
@ -28,7 +34,7 @@ KK: \[Delete]
|
|||||||
# Uncheck ignore format
|
# Uncheck ignore format
|
||||||
#KK: \At\Ai\Ah
|
#KK: \At\Ai\Ah
|
||||||
#KK: \CF
|
#KK: \CF
|
||||||
KK: \Ao9
|
KK: \C\[F29]
|
||||||
KK: foo\[Return]\[Return]\[Return]
|
KK: foo\[Return]\[Return]\[Return]
|
||||||
CP: Putting selection at .*idx: 0 par: 0 pos: 0\n with len: 3
|
CP: Putting selection at .*idx: 0 par: 0 pos: 0\n with len: 3
|
||||||
CP: Putting selection at .*idx: 0 par: 1 pos: 0\n with len: 3
|
CP: Putting selection at .*idx: 0 par: 1 pos: 0\n with len: 3
|
||||||
|
Loading…
Reference in New Issue
Block a user