Is it possible to have shortcut for 'refresh' in manual bar in pathfinder?

Hi therre,

 

Is it possible to have shortcut for 'refresh' in manual bar in pathfinder? Just like other option in 'View' in manual bar in pathfinder?

Best regards,

 

Norman

Parents
  • Hi Norman,

    The PathFinder application is using the default wxWidgets label (wxWidgets is the GUI library PathFinder is based on) for the (internal) wxID_REFRESH (aka Refresh) menu entry on the main View menu, and unlike the default New (internal wxID_NEW) and Print (internal wxID_PRINT) menu entries on the main File menu, apparently the default label for Refresh does not define any accelerator key (e.g. Ctrl+R) nor shortcut key (e.g. Refresh).

    With any post to SDL XPP Ideas it would be good to be very specific about what you are requesting when you say "to have a shortcut". Are you looking for Refresh to have an assigned accelerator key or shortcut key, or both?

    In the meantime, all is not completely lost as far as navigating to Refresh using only the keyboard. If you do Alt+V, it will bring up the View menu with the Refresh entry highlighted (because it's the first entry on that menu). If you then type Enter (aka Return) it should activate the Refresh. The Up and Down arrow keys, followed by the Enter key, can be used to navigate to any of the other sub-menu entries (although all the rest on the View menu have an assigned shortcut key).

    Jonathan Dagresta
    RWS Group/
    XPP Development

Reply
  • Hi Norman,

    The PathFinder application is using the default wxWidgets label (wxWidgets is the GUI library PathFinder is based on) for the (internal) wxID_REFRESH (aka Refresh) menu entry on the main View menu, and unlike the default New (internal wxID_NEW) and Print (internal wxID_PRINT) menu entries on the main File menu, apparently the default label for Refresh does not define any accelerator key (e.g. Ctrl+R) nor shortcut key (e.g. Refresh).

    With any post to SDL XPP Ideas it would be good to be very specific about what you are requesting when you say "to have a shortcut". Are you looking for Refresh to have an assigned accelerator key or shortcut key, or both?

    In the meantime, all is not completely lost as far as navigating to Refresh using only the keyboard. If you do Alt+V, it will bring up the View menu with the Refresh entry highlighted (because it's the first entry on that menu). If you then type Enter (aka Return) it should activate the Refresh. The Up and Down arrow keys, followed by the Enter key, can be used to navigate to any of the other sub-menu entries (although all the rest on the View menu have an assigned shortcut key).

    Jonathan Dagresta
    RWS Group/
    XPP Development

Children