66 links
  • Ban's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
1 results tagged lock x
  • How to toggle the caps lock key with the command line in Linux Mint. ┃ Securitron Linux blog.

    Got a stubborn capslock, e.g. in a VM?

    xdotool key Caps_Lock

    or the more convoluted, but that likely doesn't require installing additional software:

    python3 -c 'from ctypes import *; X11 = cdll.LoadLibrary("libX11.so.6"); display = X11.XOpenDisplay(None); X11.XkbLockModifiers(display, c_uint(0x0100), c_uint(2), c_uint(0)); X11.XCloseDisplay(display)'
    June 1, 2023 at 11:47:37 GMT+2 * - permalink -
    QRCode
    - https://www.securitronlinux.com/bejiitaswrath/how-to-toggle-the-caps-lock-key-with-the-command-line-in-linux-mint/
    X11 caps lock modifiers
Links per page: 20 50 100
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Help/documentation