Skip to content

keyboard popup layout #10654

Answered by poire-z
ichnilatis-gr asked this question in Q&A
Jul 7, 2023 · 3 comments · 6 replies
Discussion options

You must be logged in to vote

Looks like using false instead of a string or table works (by luck may be :) - if I understand right what you want:

--- a/frontend/ui/data/keyboardlayouts/keypopup/en_popup.lua
+++ b/frontend/ui/data/keyboardlayouts/keypopup/en_popup.lua
@@ -44,7 +44,7 @@ return {
         south = "|",
         southeast = "\\",
         southwest = "/",
-        '^',
+        false,
         "&",
         "$",
     },

Replies: 3 comments 6 replies

Comment options

You must be logged in to vote
5 replies
@ichnilatis-gr
Comment options

@ichnilatis-gr
Comment options

@Frenzie
Comment options

@ichnilatis-gr
Comment options

@Frenzie
Comment options

Comment options

You must be logged in to vote
1 reply
@ichnilatis-gr
Comment options

Answer selected by ichnilatis-gr
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants