Git Product home page Git Product logo

Comments (11)

ralph-irving avatar ralph-irving commented on September 24, 2024

Hi Marcus, Your issue is unclear to me. Does your non-us keyboard work or not when jivelite is running on the console?

from jivelite.

IAmLostForWords avatar IAmLostForWords commented on September 24, 2024

Hi Ralph

Thanks for responding. Within jivelite: only U.S. keyboard. When remotely logging in via ssh: german keyboard layout.

Marcus

from jivelite.

ralph-irving avatar ralph-irving commented on September 24, 2024

jivelite only reads keys from the console keyboard when using the framebuffer in pcp. Using ssh to control jivelite is not supported.

from jivelite.

IAmLostForWords avatar IAmLostForWords commented on September 24, 2024

that is a misunderstanding: jivelite is running within pCP, started from the console. I do not start / control it via ssh. When jivelite is started within console, I only have the US keyboard. When remotely logging in I have my German keys. Should I assume that the default console configuration is different from the shell configuration for ssh?

from jivelite.

ralph-irving avatar ralph-irving commented on September 24, 2024

Yes they are different.
When you connect using ssh you inherit the locale of the remote machine. pcp currently only supports the us keyboard from the console.

from jivelite.

IAmLostForWords avatar IAmLostForWords commented on September 24, 2024

Thanks for the quick responses! To understand correctly: no chance of modifying /etc/sysconfig/keyboard or similar tricks?

from jivelite.

IAmLostForWords avatar IAmLostForWords commented on September 24, 2024

sorry /etc/sysconfig/keymap of course

from jivelite.

ralph-irving avatar ralph-irving commented on September 24, 2024

There's no way that I'm aware.

from jivelite.

ralph-irving avatar ralph-irving commented on September 24, 2024

I just came across this while researching another keyboard issue.

http://distro.ibiblio.org/tinycorelinux/faq.html#keyboard

from jivelite.

IAmLostForWords avatar IAmLostForWords commented on September 24, 2024

Hi, yes, I have seen that too. But the kmaps extension is not part of pCP. But in pCP there are under /usr/locale/share/keymaps keymap definitions. These can be dumped to the required binary format using the 'loadkeys -b' command to /usr/share/kmap. Then those can be loaded using loadkmap.
In order to make that persistent:
0. dump preferrably 'sudo gunzip /usr/locale/share/keymaps/WHATEVER.map.gz && sudo loadkeys -b /usr/locale/share/keymaps/WHATEVER.map > /usr/share/kmap/WHATEVER.kmap

  1. Add the reference to the kmap file to /opt/.filetool.lst
  2. Add a call to 'loadkmap < /usr/share/kmap/de-latin1-nodeadkeys.kmap' to /opt/bootlocal.sh
  3. persist with 'sudo filetool.sh -b'
  4. reboot
    seems to work

from jivelite.

IAmLostForWords avatar IAmLostForWords commented on September 24, 2024

Maybe should add that some of the maps are dependent. If for example you use de-latin1-nodeadkeys, you will have to gunzip the de-latin1 before, it seems

from jivelite.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.