LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-26-2004, 09:48 AM   #1
SlackwareMan
Member
 
Registered: Jul 2004
Distribution: Slackware 10
Posts: 120

Rep: Reputation: 15
very newbie question .. English - Hebrew Switch how i do it ?


HI EVERYBODY

i using 2 languages

1 - English
2 - Hebrew

The Maser is english
but sometimes i switch and i do it by clicking the flag in system tray
and im wondering how i change it that i can switch between the languages by pressing
ctrl+shift

hope that you can help me and thanks for yours time ...
roy
 
Old 07-26-2004, 12:37 PM   #2
penguin4
Senior Member
 
Registered: May 2004
Location: california
Distribution: mdklinux8.1
Posts: 1,209

Rep: Reputation: 45
slackwareman; assuming all distros some what alike if u look at http://tdp.org/HOWTO/HOWTO-INDEX section4.7 subsections 4.7.1 & 4.7.2
languages may be lead to ur ?.
 
Old 07-26-2004, 12:48 PM   #3
SlackwareMan
Member
 
Registered: Jul 2004
Distribution: Slackware 10
Posts: 120

Original Poster
Rep: Reputation: 15
the page not found man

the link is broken
 
Old 07-26-2004, 12:56 PM   #4
mdg
Member
 
Registered: Sep 2003
Distribution: Slackware
Posts: 626

Rep: Reputation: 38
You need to add/edit the two red lines in your /etc/X11/xorg.conf.
Code:
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#
    Option     "XkbLayout"     "us,il" 
#
# or:
#
#    Option     "XkbLayout"     "de"
#    Option     "XkbVariant"    "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#
    Option     "XkbOptions"    "grp:switch,grp:alt_shift_toggle"
I use alt+shift to change, I guess you would just substitute "ctrl" for "alt" in the last line.
 
Old 07-26-2004, 01:03 PM   #5
penguin4
Senior Member
 
Registered: May 2004
Location: california
Distribution: mdklinux8.1
Posts: 1,209

Rep: Reputation: 45
slackwareman; http://tldp.org/HOWTO/HOWTO-INDEX has table of contents sections;1what are Linux Howtos, 2where can I get Linux Howtos
3Howto translations 4 Catagorized list of Howtos 4.1,4.2, 4.3,4.4,4.5, 4.6,
4.7, 4.8, 5 single list Howto, 6single list mini-HOWTO,7,8and 9. all cover
subjects in detail when expanded about most devices or objects having to
do and work with LINUX. sorry for misspelling first time try again it is corrected.
 
Old 07-26-2004, 01:07 PM   #6
penguin4
Senior Member
 
Registered: May 2004
Location: california
Distribution: mdklinux8.1
Posts: 1,209

Rep: Reputation: 45
mdg; thank you with best information, believe poster has not read howtos.
just pointing towards help. i do not use slackware but howto,s are generic.
 
Old 07-26-2004, 01:22 PM   #7
SlackwareMan
Member
 
Registered: Jul 2004
Distribution: Slackware 10
Posts: 120

Original Poster
Rep: Reputation: 15
thank you but ...

# Option "XkbRules" "__XKBDEFRULES__"
# Option "XkbModel" "pc101"
# Option "XkbLayout" "us,il"
# Option "XkbVariant" ""
# Option "XkbOptions" "grp:switch,grp:alt_shift_toggle"

ans still dosent work ...
 
Old 07-26-2004, 01:24 PM   #8
mdg
Member
 
Registered: Sep 2003
Distribution: Slackware
Posts: 626

Rep: Reputation: 38
penguin4: I agree with you 100% - howto's are always worth the read
 
Old 07-26-2004, 01:30 PM   #9
SlackwareMan
Member
 
Registered: Jul 2004
Distribution: Slackware 10
Posts: 120

Original Poster
Rep: Reputation: 15
fix ...

Code:
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#    Option "XkbLayout"   "us,il"
# or:
#    Option "XkbLayout"   "de"
#    Option "XkbVariant"  "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#    Option "XkbOptions"  "grp:switch,grp:alt_shift_toggle"

# These are the default XKB settings for X.Org
#    Option "XkbRules"    "__XKBDEFRULES__"
#    Option "XkbModel"    "pc101"
#    Option "XkbLayout"   "us"
#    Option "XkbVariant"  ""
#    Option "XkbOptions"  ""

#    Option "XkbDisable"

    Option "XkbRules"	"xorg"
    Option "XkbModel"	"pc104"
    Option "XkbLayout"	"us"
still dont work .. what i need to do ? what i do wrong ?
 
Old 07-26-2004, 01:36 PM   #10
mdg
Member
 
Registered: Sep 2003
Distribution: Slackware
Posts: 626

Rep: Reputation: 38
Re: thank you but ...

Quote:
Originally posted by SlackwareMan
# Option "XkbRules" "__XKBDEFRULES__"
# Option "XkbModel" "pc101"
# Option "XkbLayout" "us,il"
# Option "XkbVariant" ""
# Option "XkbOptions" "grp:switch,grp:alt_shift_toggle"

ans still dosent work ...
Are those options commented out in the file (as they seem to be in the quote), or is it just the way you posted?
 
Old 07-26-2004, 02:10 PM   #11
penguin4
Senior Member
 
Registered: May 2004
Location: california
Distribution: mdklinux8.1
Posts: 1,209

Rep: Reputation: 45
mdg; slkwmn should read those howto,s. am always getting in hot water with mod,s for doing what i do just in trying to help when not able to give direct answers don,t know. those howto,s have so much information. do not understand why some will not read them. uncomprehensible.
 
Old 07-26-2004, 02:13 PM   #12
SlackwareMan
Member
 
Registered: Jul 2004
Distribution: Slackware 10
Posts: 120

Original Poster
Rep: Reputation: 15
yes you right

i read him now ..
thanks for your time ...
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
localization question (hebrew) Nightfrost Linux - Software 5 05-24-2005 04:01 PM
English - Hebrew switch how i do it ? SlackwareMan Linux - Newbie 0 07-25-2004 09:10 PM
Unable to switch between English and Hebrew michaely Slackware 2 07-18-2004 08:59 AM
An English question. What does this mean? ICO General 7 02-28-2004 09:08 PM
Can I have english menu with chinese/english/spanish input? codec Linux - General 9 10-04-2003 07:18 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 11:02 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration