Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
N
noVNC
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rasky
noVNC
Commits
48d26b2d
Commit
48d26b2d
authored
9 years ago
by
Fabian Zaremba
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move #keyboardinput declarations to base.css/ui.js
parent
8ce27ddb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
base.css
include/base.css
+1
-0
ui.js
include/ui.js
+1
-0
vnc.html
vnc.html
+1
-2
No files found.
include/base.css
View file @
48d26b2d
...
...
@@ -238,6 +238,7 @@ html {
position
:
relative
;
left
:
-40px
;
z-index
:
-1
;
ime-mode
:
disabled
;
}
/*
...
...
This diff is collapsed.
Click to expand it.
include/ui.js
View file @
48d26b2d
...
...
@@ -185,6 +185,7 @@ var UI;
$D
(
"keyboardinput"
).
oninput
=
UI
.
keyInput
;
$D
(
"keyboardinput"
).
onblur
=
UI
.
keyInputBlur
;
$D
(
"keyboardinput"
).
onsubmit
=
function
()
{
return
false
;
};
$D
(
"showExtraKeysButton"
).
onclick
=
UI
.
showExtraKeys
;
$D
(
"toggleCtrlButton"
).
onclick
=
UI
.
toggleCtrl
;
...
...
This diff is collapsed.
Click to expand it.
vnc.html
View file @
48d26b2d
...
...
@@ -70,8 +70,7 @@
style for example -->
<textarea
id=
"keyboardinput"
autocapitalize=
"off"
autocorrect=
"off"
autocomplete=
"off"
spellcheck=
"false"
mozactionhint=
"Enter"
onsubmit=
"return false;"
style=
"ime-mode: disabled;"
></textarea>
mozactionhint=
"Enter"
></textarea>
<div
id=
"noVNC_extra_keys"
>
<input
type=
"image"
alt=
"Extra keys"
src=
"images/showextrakeys.png"
id=
"showExtraKeysButton"
class=
"noVNC_status_button"
>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
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