From: Piotr Esden-Tempski Date: Fri, 3 Mar 2017 07:31:04 +0000 (-0800) Subject: Added Ctrl-Q and Ctrl-W shortcuts. X-Git-Url: http://git.code-monkey.de/?a=commitdiff_plain;h=763945bb95fb3f5871d8b8241c8d9db2f0f66d4c;hp=763945bb95fb3f5871d8b8241c8d9db2f0f66d4c;p=pulseview.git Added Ctrl-Q and Ctrl-W shortcuts. Ctrl-Q is commonly used to close the application, and Ctrl-W usually is used to close the current tab. According to the Qt::Modifier documentation this setup should work seamlessly on Mac OS where Meta is usually used in place of Ctrl. This fixes bug #899. ---