8

I am using rofi 1.5.4

Suppose I run the command

echo -e "Option #1\nOption #2\nOption #3" | rofi -dmenu -multi-select | xargs -I{} echo {}

What keys shall I use to select multiple menu item?

Ahmad Ismail
  • 2,478
  • 1
  • 22
  • 47

1 Answers1

8

OP here, To populate the menu you can use the code I mentioned in the question.

Then go to the menu items and use ShiftEnter

Ahmad Ismail
  • 2,478
  • 1
  • 22
  • 47