mirror of
https://github.com/davatorium/rofi.git
synced 2025-07-31 21:59:25 -04:00
test-x/issue333: Fix binding Control+a for the test
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
This commit is contained in:
parent
faa88343f0
commit
352103c5d4
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
# wait till it is up, run rofi with error message
|
# wait till it is up, run rofi with error message
|
||||||
rm -f output.txt
|
rm -f output.txt
|
||||||
sleep 1;
|
sleep 1;
|
||||||
echo -e -n "aap\nnoot\nmies" | rofi -dmenu -no-custom -kb-custom-1 F5 -kb-custom-2 "Control+a" > output.txt &
|
echo -e -n "aap\nnoot\nmies" | rofi -dmenu -no-custom -kb-custom-1 F5 -kb-move-front "" -kb-custom-2 "Control+a" > output.txt &
|
||||||
RPID=$!
|
RPID=$!
|
||||||
|
|
||||||
# send enter.
|
# send enter.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue