Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Accessing Macros from Chat -- can only see the first two macros

1457916004

Edited 1457916066
When attempting to access macros in the chat window, I can only see the first two (see image below), as the third macro (and beyond) are cut off by the bottom of the browser window.  Any work around / fix to this?  Thanks!
1457919034

Edited 1457919244
You can navigate the later entries in the autocomplete menu by using the up and down arrow keys on your keyboard, and press the enter key to access it. For a possible third-party workaround to this, I threw the following together using my fledgling understanding of CSS: ul.ui-autocomplete:hover {     display: inline-flex !important;     overflow-x: scroll !important;     white-space: nowrap !important;     width: 275px !important; } Usage: 1. Install Stylish for Firefox or Chrome. 2. Save the code above as a New Style. 3. Hover over the autocomplete window with your mouse; you'll be able to scroll through the list horizontally
Thanks for the CSS workaround! Re this: Silvyre said: You can navigate the later entries in the autocomplete menu by using the up and down arrow keys on your keyboard, and press the enter key to access it. I can cycle through them with the up and down keys, but I don't know what I'm selecting until I press enter.  When I do press enter, if it's the wrong one, I have to go back to the autocomplete and start 'fishing' again :( . As a fix / added feature, it would be great if, as you cycled through the macros, the full name would show in the chat window.  That way you know which one you're on, can confirm it's the one you want, and hit enter to 'commit' it to the chat window (then enter once more the execute it)... if that makes sense.