| 122 | } |
| 123 | |
| 124 | void CParameterPlugin::SetCaptureAllKeyboard(bool bCapture) |
| 125 | { |
| 126 | if(m_bCaptureAllKeyboard == bCapture) |
| 127 | return; |
| 128 | m_bCaptureAllKeyboard = bCapture; |
| 129 | SetModified(true); |
| 130 | emit sigCaptureAllKeyboard(); |
| 131 | } |
| 132 | |
| 133 | bool CParameterPlugin::GetDesktopShortcutsScript() const |
| 134 | { |