 
      
    | You are here | willem.com | ||
| | | | | char.gd | |
| | | | | Charged Tech is an independent technology blog and podcast, designed to save you time reading clickbait, getting you to what you need to know. | |
| | | | | www.benjystanton.co.uk | |
| | | | | Hi, I'm Benjy Stanton, a contract interaction designer based in Swansea. | |
| | | | | siliconflorist.com | |
| | | | | I asked some folks from the Portland startup community---who also happen to be proud new iPad owners---to give me their first impressions on this magical new way of computing. | |
| | | | | matttproud.com | |
| | | Debian Linux has a relatively smart way of configuring keyboard input through the /etc/default/keyboard file (manual page). This file powers both the kernel configuration, the virtual console, and the X Window System. I set the XKBOPTIONS directive in /etc/default/keyboard follows: 1 XKBOPTIONS='compose:ralt,ctrl:nocaps' This has the following meaning: Make the right alt key a compose key. Make the caps lock key another ctrl key. A slew of other rules are available through XKB as described in the /usr/share/X11/xkb/rules/base. | ||