Skip to content

Add keyboard shortcuts for CodeEditor Widget#1931

Merged
danmar merged 1 commit intocppcheck-opensource:masterfrom
scottfurry:shortcuts
Jun 28, 2019
Merged

Add keyboard shortcuts for CodeEditor Widget#1931
danmar merged 1 commit intocppcheck-opensource:masterfrom
scottfurry:shortcuts

Conversation

@scottfurry
Copy link
Copy Markdown
Contributor

Functionality for copy and select all text already exists as part
of widget construction. Commit adds connection of those existing
functions to execution with keyboard shortcuts user would normally expect.
(e.g. CTRL+C for copy text)

Qt does translation of keyboard shortcuts for platform
(i.e. Mac OS uses command key rather than control).

Functionality for `copy` and `select all` text already exists as part
of widget construction. Commit adds connection of those existing
functions to execution with keyboard shortcuts user would normally expect.
(e.g. CTRL+C for copy text)

Qt does translation of keyboard shortcuts for platform
(i.e. Mac OS uses command key rather than control).
@danmar danmar merged commit 6d3d448 into cppcheck-opensource:master Jun 28, 2019
@scottfurry scottfurry deleted the shortcuts branch June 28, 2019 17:02
jubnzv pushed a commit to jubnzv/cppcheck that referenced this pull request Nov 13, 2019
Functionality for `copy` and `select all` text already exists as part
of widget construction. Commit adds connection of those existing
functions to execution with keyboard shortcuts user would normally expect.
(e.g. CTRL+C for copy text)

Qt does translation of keyboard shortcuts for platform
(i.e. Mac OS uses command key rather than control).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants