Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vecs
FIJI Public
Commits
11f11613
Commit
11f11613
authored
May 01, 2015
by
Stefan Tauner
Browse files
FIJI scripts: ignore Windows key in Complete Entry popup
parent
e3981f61
Changes
1
Hide whitespace changes
Inline
Side-by-side
Tk/CompleteEntry.pm
View file @
11f11613
...
...
@@ -271,7 +271,7 @@ sub entry_anykey {
$self
->
{
Configure
}{
was_real_input
}
=
0
;
return
if
(
$key
=~
m/^Shift|^Alt|^Control|^Left|^Right|^Home|^End/
);
return
if
(
$key
=~
m/^
Super|^
Shift|^Alt|^Control|^Left|^Right|^Home|^End/
);
return
if
(
$state
=~
m/^Control-/
);
$self
->
{
Configure
}{
was_real_input
}
=
1
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment