Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 4c57a80

Browse files
committed
Merge remote-tracking branch 'origin/develop-8.1' into merge-develop-8.1-15.12.2017
2 parents 7e31631 + 046b6d6 commit 4c57a80

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

Toolset/palettes/dictionary/behaviors/revdictionarybehavior.livecodescript

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,12 @@ on showUpgradeOptions pEdition, pDisplayName
9191
launch url revEnvironmentEditionProperty("edition_external_url", pEdition) & \
9292
"?utm_source=ide&utm_medium=docs&utm_campaign="&pDisplayName
9393
end showUpgradeOptions
94+
95+
# bug 17819 enable cmd+c in dictionary
96+
on commandKeyDown pWhich
97+
if pWhich is "C" then
98+
copy
99+
else
100+
pass commandKeyDown
101+
end if
102+
end commandKeyDown

notes/bugfix-17819.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Enable cmd+c in dictionary

0 commit comments

Comments
 (0)