Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Z-Bolt/OctoScreen.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorJeffB42 <10328858+JeffB42@users.noreply.github.com>2021-03-27 20:30:33 +0300
committerGitHub <noreply@github.com>2021-03-27 20:30:33 +0300
commit00e92fe18f5b9f6cfaa3c5a0f7c7b977d8209a63 (patch)
treea3c6662f7bc8812a586d69c521c89558a2809964 /ui
parent0728b9d0e82dfdbdeba8ed9a7e4ef80452631bdb (diff)
parent40ac4076bb6f57ff238a29731f22fb10d0815ab9 (diff)
Merge pull request #265 from thebeline/BF/SSIDPasswordSpace
BF: Add SPACE and define keyboard buttons visually.
Diffstat (limited to 'ui')
-rwxr-xr-xui/ConnectionPanel.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/ConnectionPanel.go b/ui/ConnectionPanel.go
index 34b9182..5ec3d43 100755
--- a/ui/ConnectionPanel.go
+++ b/ui/ConnectionPanel.go
@@ -22,7 +22,7 @@ var keyBoardChars = []byte{
'0', '1', '2', '3', '4', '5', '6', '7', '8', '9',
'!', '@', '#', '$', '%', '^', '&', '*', '(', ')', '_', '+', '-',
'=', '.', ',', '|', ':', ';', '/', '~', '`', '[', ']', '{', '}',
- '±', '§', '\\',
+ '±', '§', '\\', ' ',
}
type connectionPanel struct {