Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Problem getting vertical bar with British keyboard layout on US (physical) keyboard Post 302773771 by DGPickett on Thursday 28th of February 2013 04:29:32 PM
Old 02-28-2013
You could write, or hunt up, a "Character Map" like in start->programs->accessories->systemtools->. Mine has U-007C: Vertical Line. An x web browser on a wikipedia page for unicode would give you a bazillion glyphs. I get vi/vim has some octal/hex input feature somewhere. http://vim.wikia.com/wiki/Entering_special_characters

I am a big fan of the "set -o vi" mode of ksh/bash command line editing, not the bash thing so like DOS. In fact, I never leave $HOME except insice () so my commands when recalled all work. With X and command recall and vi command editing, you do not need the path shortening keystoke savings of cd. I usually make $HISTSIZE big, something like 32767 seems to all it can handle, move the $HISTORYFILE somewhere permanent, save it periodically in an archive, and write scripts to search it and display it so I can recall keystrokes for years. For long lines, you have to go exc-v-enter into vi every time, as they recall truncated, but they recall. Now, if you have or install vim, you export EDITOR=vim and poof! vi is not hard wired. I use vix, a script that, before running vi, echos out linefeeds to save the screen in the scrool buffer, and after running vi, returns 0 always, as when command line editing, return not zero from vi (any beep for trivial error) and the vi file is discarded.
Code:
$ cat mysrc/vix
#!/usr/bin/ksh
(
 stty -a | sed '
        s/^/ /
        t a
        :a
        s/.* rows = \([1-9][0-9]*\).*/\1/
        t
        d
        ' | read zr
# echo $zr >&2
 if [ "$zr" = "" ]
 then
  zr=25
 fi
 while [ "$zr" != -1 ]
 do
  zr=$(( $zr - 1 ))
  echo >/dev/tty
  done
 vi "$@"
 exit 0
)

I think the parens are for one aix or hpux system where the ksh, upon detecting the call of a ksh script, ran scripts in the login ksh, as if sourced. My environment kept getting trashed. My vix did not seem to work well on later x and vim, but it helps. I keep my xterms with huge scroll buffers running for weeks under vnc, where you can disconnect and reconnect to your remote per-host X desktops. Keystrokes are so valuable.

They really did not map 0174 onto the keyboard anywhere? How anti-ascii ! Rule Britannia! Smilie

Last edited by DGPickett; 02-28-2013 at 05:55 PM..
 

6 More Discussions You Might Find Interesting

1. SuSE

Keyboard Layout

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

2. UNIX for Dummies Questions & Answers

Changing Keyboard layout

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

3. Linux

Changing default keyboard layout in Linux

Hi I have Fedora linux with XFCE desktop. I want to use Indic lanquage in that. I have installed unicode devnagri fonts. But I am not able to change my default keyboard layout. How can I change default keyboard layout in XFCE or through command line. Thanks NeeleshG (0 Replies)
Discussion started by: neel.gurjar
0 Replies

4. Solaris

Unable to change keyboard layout

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

5. Solaris

Unable to change keyboard layout

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

6. Hardware

Keyboard layout based on scancodes?

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
SETXKBMAP(1)						      General Commands Manual						      SETXKBMAP(1)

NAME
setxkbmap - set the keyboard using the X Keyboard Extension SYNOPSIS
setxkbmap [ args ] [ layout [ variant [ option ... ] ] ] DESCRIPTION
The setxkbmap command maps the keyboard to use the layout determined by the options specified on the command line. An XKB keymap is constructed from a number of components which are compiled only as needed. The source for all of the components can be found in /usr/X11R6/lib/X11/xkb. OPTIONS
-help Prints a message describing the valid input to setxkbmap. -compat name Specifies the name of the compatibility map component used to construct a keyboard layout. -config file Specifies the name of an XKB configuration file which describes the keyboard to be used. -display display Specifies the display to be updated with the new keyboard layout. -geometry name Specifies the name of the geometry component used to construct a keyboard layout. -keymap name Specifies the name of the keymap description used to construct a keyboard layout. -layout name Specifies the name of the layout used to determine the components which make up the keyboard description. Only one layout may be specified on the command line. -model name Specifies the name of the keyboard model used to determine the components which make up the keyboard description. Only one model may be specified on the command line. -option name Specifies the name of an option to determine the components which make up the keyboard description; multiple options may be speci- fied, one per -option flag. Note that setxkbmap summarize options specified in the command line with options was set before (saved in root window properties). If you want only specified options will be set use the -option flag with an empty argument first. -print With this option the setxkbmap just prints component names in a format acceptable by an xkbcomp (an XKB keymap compiler) and exits. The option can be used for tests instead of a verbose option and in case when one need to run both the setxkbmap and the xkbcomp in chain (see below). -rules file Specifies the name of the rules file used to resolve the request layout and model to a set of component names. -symbols name Specifies the name of the symbols component used to construct a keyboard layout. -synch Force synchronization for X requests. -types name Specifies the name of the types component used to construct a keyboard layout. -variant name Specifies which variant of the keyboard layout should be used to determine the components which make up the keyboard description. Only one variant may be specified on the command line. USING WITH xkbcomp If you have an Xserver and a client shell running on differnt computers and XKB configuration files sets on those machines are different you can get problems specifying a keyboard map by model, layout, options names. The thing is the setxkbcomp converts these names to names of XKB configuration files according to files that are on the client side computer. Then it sends the file names to the server where the xkbcomp has to compose a complete keyboard map using files which the server has. Thus if the sets of files differ significantly the names that the setxkbmap generates can be unacceptable on the server side. You can solve this problem running the xkbcomp on the client side too. With the -print option setxkbmap just prints the files names in an appropriate format to its stdout and this output can be piped directly to the xkbcomp input. For example, a command setxkbmap us -print | xkbcomp - $DISPLAY makes both step on the same (client) machine and loads a keyboard map into the server. FILES
/usr/X11R6/lib/X11/xkb X Version 11 Release 6.6 SETXKBMAP(1)
All times are GMT -4. The time now is 02:37 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy