7 More Discussions You Might Find Interesting
1. UNIX for Dummies Questions & Answers
Hi, I've got a bit of a ridiculous problem and wasn't sure where to post it.
I need to use the vertical bar for piping in Bash but, as per the title, am using a UK layout on a US (physical) keyboard which doesn't have a key for it in the place I'd expect. I've tried using xbindkeys and Unicode... (7 Replies)
Discussion started by: crunchgargoyle
7 Replies
2. UNIX for Dummies Questions & Answers
Hi everyone,
I'm a beginner in Unix, and would need some help from you guys!
My input (pipe delimited):
City|ZIP|Ref. Item
NYC|212|00004
NYC|212|00032
NYC|212|00006
LA|90049|00068
LA|90049|00009
SF|94131|0027
You can see that the first 3 lines have column 1 and 2 in common, same for... (8 Replies)
Discussion started by: beca123456
8 Replies
3. Hardware
I would like to make a new keyboard layout that moves the modifier keys around. The problem is that this needs to be an xkb layout, because I still need to be able to switch to the Qwerty layout and the layout of my native language. Is there a way to write an xkb layout that works on the keycodes... (2 Replies)
Discussion started by: dotancohen
2 Replies
4. Solaris
Hi to everyone
Once again I tried to modify my keyboard , because I am crazy keyborad can not be changed using
kbd-s
eeprom
also I tried to modify /boot/solaris/bootenv.rc
but I tried opensolaris and my keyboard works perfectly
So my question is
Can I transfer settings from... (14 Replies)
Discussion started by: solaris_user
14 Replies
5. Solaris
After Solaris 10 installation I was unable to change keyboard using known commands
kbd -s and eeprom keyboard layoit.
Also modifinig /boot/solaris/bootenv.rc did not helped.
And is possible to replace Solaris keymap with ubuntu keymap because my keyboard
work perfectly under Ubuntu and... (7 Replies)
Discussion started by: microbot
7 Replies
6. UNIX for Dummies Questions & Answers
Hi,
How do i go about changing the keyboard layout to the UK layout.
currently the @ symbol on the keyboard appears as a " sybol on the monitor.
Many Thanks in advance
Kam (1 Reply)
Discussion started by: vishnura
1 Replies
7. SuSE
ok, I am having a seriouse problem!
I can not wite in my landguidge, I live in sweden but I seem to have an american keyboard layout so I cant write some letters and all the key commands are all messed up. Does anyone know where I can find a swedisch keyboard layout? (3 Replies)
Discussion started by: Kimm
3 Replies
loadkeys(1) User Commands loadkeys(1)
NAME
loadkeys, dumpkeys - load and dump keyboard translation tables
SYNOPSIS
loadkeys [filename]
dumpkeys
DESCRIPTION
loadkeys reads the file specified by filename, and modifies the keyboard streams module's translation tables. If no file is specified,
loadkeys loads the file: /usr/share/lib/keytables/type_tt/layout_dd, where tt is the value returned by the KIOCTYPE ioctl, and dd is the
value returned by the KIOCLAYOUT ioctl (see kb(7M)). These keytable files specify only the entries that change between the specified
layout and the default layout for the particular keyboard type. On self-identifying keyboards, the value returned by the KIOCLAYOUT ioctl
is set from the DIP switches.
dumpkeys writes the current contents of the keyboard streams module's translation tables, in the format specified by keytables(4), to the
standard output.
FILES
/usr/share/lib/keytables/layout_dd
default keytable files
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
|ATTRIBUTE TYPE |ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Availability |SUNWcsu |
+-----------------------------+-----------------------------+
|Interface Stability |Evolving |
+-----------------------------+-----------------------------+
SEE ALSO
kbd(1), keytables(4), attributes(5), kb(7M), usbkbm(7M)
SunOS 5.11 20 Apr 1998 loadkeys(1)