views:

406

answers:

0

I'm having a weird problem with Qt designer. I have the following shortcut for a refresh action:F5,Ctrl+R

The idea is that on Macintosh, Ctrl+R maps to Command+R which is more intuitive and on Windows, F5 does the job.

The problem is that only the first shortcut seems to be active. Is there a way for me to change the action's shortcut so that we have Ctrl+R active on Mac and F5 everywhere else? I know I can do this in code but I'd rather do it in designer.

Thanks.