برق، الکترونیک، الکتروتکنیک، مکاترونیک، پزشکی، کشاورزی

برق، الکترونیک، الکتروتکنیک، مکاترونیک، پزشکی، کشاورزی و

برق، الکترونیک، الکتروتکنیک، مکاترونیک، پزشکی، کشاورزی

برق، الکترونیک، الکتروتکنیک، مکاترونیک، پزشکی، کشاورزی و

داده هایی در مورد برق، الکترونیک، الکتروتکنیک، مکاترونیک، پزشکی، کشاورزی و

تبلیغات
آخرین نظرات

۱ مطلب با کلمه‌ی کلیدی «کلید تغییر زبان در لینوکس» ثبت شده است

تغییر کلید جابجایی زبان در لینوکس

ShahBaz | چهارشنبه, ۱۷ آذر ۱۳۹۵، ۰۹:۴۸ ق.ظ
روش اول:

1-از مسیر زیر آیکن تغییر زبان را به نوار پایین دسکتاپ (کنار ساعت) اضافه کنید.
    Panel Settings --> Panel Applets --> Add --> Keyboard Layout Switcher

2-روی آیکن راست کلیک و سپس گزینه keyboard layout setting را انتخاب کنید.
3-تیک گزینه  keep system layout را بردارید.
4- تیک گزینه do not reset... رو بزنید.
5-قسمت keyboard layout گزینه add را بزنید و به دنبال زبان Persian -Ir بگردید و انتخاب کنید.
6-قسمت change layout keyboard روی دکمه زیرش کلیک کنید. مطابق با سلیقه خودتان دکمه ای که برای تغییر زبان مد نظرتان است را تیک بزنید.
من پیشنهاد میکنم تیک گزینه های left win  و  right win را برای تغییر زبان انتخاب کنید.

در نهایت اینکه اگر نیاز داشتید پرچم زبان که کنار ساعت نشان داده میشود بزرگتر یا کوچکتر شود از قسمت panel icon size سایزش را تغییر دهید
روش دوم: از طریق ترمینال
عبارت زیر را در ترمینال تایپ کنید.
sudo leafpad /etc/default/keyboard
اگر برنامه leafpad ندارید بجاش بنویسید gedit
در پنجره باز شده به خط XKBOPTIONS= بروید و دکمه موردنظرتان برای تغییر زبان را بنویسید.
سپس فایل را save کنید.
بعد از ریست کردن کامپیوتر تنظیمات جدید اعمال می شوند

In my desktop (105 keys HP keyboard) the "super" keys are indicated as:
Mod4+Super+Hyper or Super or Super L or Super R
depending the key combination, pressing sequence and setting menu used!
(pressing Ctrl before the super key has different output than pressing super key and then Ctrl).

From "System Settings, Keyboard, Shortcuts, Typing, Switch to ... source:", I managed to control various keyboard layouts using Ctrl+Menu and Alt+Menu

As the final release is almost here, I feel we cannot specify a bug now, so my work around is:

Code:
sudo gedit /etc/default/keyboard
(for Lubuntu replace "gedit" with "leafpad")

Change parameters to appropriate (below is the example for Us/Gr):
Code:
XKBLAYOUT="us,gr"
XKBOPTIONS="grp:ctrl_shift_toggle"
Save edited file, log-out, log-in and test it (possibly you have to reboot).
When you have just 2x layouts you can use "scroll LED" for the indicator:
Code:
XKBOPTIONS="grp:ctrl_shift_toggle, grp_led:scroll"
edit
Above worked on an installation. Using LiveCD/LiveUSB cannot reboot or logout, so use the terminal command:
Code:
setxkbmap -option grp:ctrl_shift_toggle,grp_led:scroll us,gr
(2x layouts toggle with Ctrl+Shift and scroll LED as the indicator)

Last edited by GeorgeVita; October 14th, 2013 at 08:17 PM. Reason: note, syntax

  • ShahBaz