🎹 Shortcuts Button Visibility Test
Issue: Shortcuts button exists with iconify-icon but appears nearly invisible due to low opacity (0.2)
Fix: Increased default opacity from 0.2 to 0.6 for better discoverability
✅ Verification Checklist
- ✅ Icon renders correctly - mdi:keyboard-outline displays at 28x28px
- ✅ Iconify library loaded - Script from code.iconify.design works
- ✅ Button structure correct - Circular button with flex centering
- ✅ Improved visibility - Opacity increased from 0.2 to 0.6
- ✅ Hover effect works - Full opacity (1.0) and blue background on hover
- ✅ Consistent with info-button - Both buttons use same opacity pattern
- ✅ Accessibility maintained - aria-label and title attributes present
✅ ISSUE RESOLVED
The shortcuts button now has visible keyboard icon with improved discoverability.
Default opacity increased from 0.2 to 0.6 while maintaining smooth hover transitions.