| 56 | class HotKeyCommandWorkspace : public HotKey { |
| 57 | public: |
| 58 | HotKeyCommandWorkspace(int id) |
| 59 | : HotKey(id, _T("hotKeyWorkspace"), _("Enable workspace limit"), KeyboardCode::FromWXK(WXK_F9)) {} |
| 60 | |
| 61 | void Command() override { |
| 62 | wxGetApp().GetController().GetPointerAction().SetRestrictedWorkingArea( |
nothing calls this directly
no outgoing calls
no test coverage detected