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

Commit 3517fad

Browse files
authored
Merge pull request #1685 from BerndN/patch-1
[Bug 20112] unlock cursor on tab-control-alt key
2 parents 6d0d73b + 65e12e8 commit 3517fad

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Toolset/libraries/revshortcutslibrary.livecodescript

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ on tabKey
245245
else
246246
revIDESetTool "pointer"
247247
end if
248+
unlock cursor
248249
exit tabKey
249250
end if
250251

notes/bugfix-20112.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Unlock cursor on tab-command-alt key

0 commit comments

Comments
 (0)