mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-25 13:55:34 -05: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
|
||||
rm -f output.txt
|
||||
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=$!
|
||||
|
||||
# send enter.
|
||||
|
|
Loading…
Reference in a new issue