Shift Mod Macro Help?

I’m having trouble with my shift mod macro on a balance druid:

#showtooltip
/cast [mod:shift] Rejuvenation; [nomod] Moonfire

i have it bound to r. so when I click just r, it casts moonfire. when I hold shift, the tooltip changes to rejuv but I cant click shift + r, i have to use my cursor to click the button. anyone know how to fix this?

Keybinds take priority over macro conditions. By default SHIFT-R is bound to something about whispers. You’ll need to unbind it.

Also, the [nomod] condition in the above macro isn’t really doing anything. You can delete it.