如何在Ubuntu Linux中輸入印度盧比符號
This brief guide explains how to type Indian Rupee symbol in Linux operating systems. The other day, I wanted to type "Indian Rupee Symbol (₹)" in a word document. My keyboard has a rupee symbol on it, but I don't know how to type it. After a quick web search, I found a way to configure keyboard layout for using Indian Rupee symbol. If you ever wondered how to type rupee (Indian currency) symbol in Linux and Unix-like operating systems, follow the steps given below.
Table of Contents
Type Indian Rupee Symbol in Ubuntu Linux
The default keyboard layout in most GNU/Linux and other operating systems is English (US). To type Indian rupee symbol, you need to change the Keyboard layout to English (India, with rupee).
The following steps are tested in three Desktop Environments - GNOME, MATE and KDE Plasma. I guess these steps should work on other DEs as well. Just find where the Keyboard layout settings and change layout to English (India, with rupee sign).
Configure English (India) Keyboard Layout in GNOME Desktop Environment:
I tested this on Ubuntu GNOME desktop. This may work on other Linux distros with GNOME DE.
Click the drop down arrow on the top right corner of your Ubuntu desktop and choose Settings icon in the bottom left corner.
From the Settings section, click on Region & Language option in the left pane. Then click the + (plus) sign button on the right side under Input Sources tab.
In the next window, click on the three vertical dots button and choose the input language you'd like to add from the list.
Scroll down a bit and search for English (India). Click on it and then select English (India, with rupee) from list and finally click Add button.
You will see it under Input Sources tab. If you want to make it as default, just choose it and click "UP" arrow button.
Close the Settings window and Log off and Log in back once.
Now choose the "English (India, with rupee)" from the language drop down box on the top bar of your Ubuntu desktop.
Alternatively, you can use SUPER+SPACE keys from the Keyboard to choose it.
Now, you can be able to type Indian rupee symbol by pressing "Right ALT+4".
If your keyboard has the AltGr key on it, then press AltGr+4 to type Indian rupee symbol.
Alternatively, you can use the key combination "CTRL+SHIFT+u+20b9" to type rupee symbol (Just hold CTRL+SHIFT keys and type u20b9 letters and leave the keys). This will work everywhere.
Configure English (India) Keyboard Layout in MATE Desktop Environment:
If you use MATE DE, go to System -> Preferences -> Hardware -> Keyboard from the Menu. Then, click on Layouts tab and click Add button to add a Indian keyboard layout.
Choose India from Country drop-down box and Indian English (India, with rupee) from Variants drop-down box. Click Add to add the chosen layout.
The Indian layout will be added to the Keyboard layout section. Choose it and click "Move up" to make it as default. Then, click "Options" button to choose the Keyboard layout options.
From the Keyboard layout options windows, click on "Key to choose the 3rd level" and choose a key of your choice to apply for rupee symbol. I have chosen "Any Alt" key (So, I can use either left or right ALT keys).
Close the keyboard preferences window.
Now, you can be able to type Indian rupee symbol by pressing "ALT+4". Alternatively, you can use the key combination "CTRL+SHIFT+u+20b9" to type rupee symbol (Just hold CTRL+SHIFT keys and type u20b9 letters and leave the keys). This will work everywhere.
Please note that this will work, only if your keyboard has ₹ symbol on4. If your keyboard doesn't has this symbol or very old, it won't work.
Configure English (India) Keyboard Layout in KDE Plasma Desktop Environment:
If you use KDE Plasma, go to Application Launcher -> System Settings -> Hardware -> Input Devices -> Keyboard -> Layouts.
Check the box "Configure Layouts" and click "Add".
Choose "Indian" from Layout drop-down box and "English (India, rupee sign") from Variant drop-down box.
The chosen layout will be added to Layouts section. Choose it and click "Move up" to make it as default keyboard layout.
Then, click Advanced and click "Key to choose the 3rd level" and choose a key of your choice to apply for rupee symbol. I have chosen "Any Alt" key. Finally, click "Apply".
Now, you can be able to type Indian rupee symbol by pressing "ALT+4". This procedure is same for all other DEs. All you have to do is find where keyboard layout is and change the layout to English (India, rupee sign).
Conclusion
In this brief tutorial, we discussed how to type Indian Rupee symbol in 3 different desktop environments in Linux. As you can see, configuring keyboard layout for typing Indian rupee symbol is fairly easy!
Featured image by Anand KZ from Pixabay.
以上是如何在Ubuntu Linux中輸入印度盧比符號的詳細內容。更多資訊請關注PHP中文網其他相關文章!

熱AI工具

Undresser.AI Undress
人工智慧驅動的應用程序,用於創建逼真的裸體照片

AI Clothes Remover
用於從照片中去除衣服的線上人工智慧工具。

Undress AI Tool
免費脫衣圖片

Clothoff.io
AI脫衣器

Video Face Swap
使用我們完全免費的人工智慧換臉工具,輕鬆在任何影片中換臉!

熱門文章

熱工具

記事本++7.3.1
好用且免費的程式碼編輯器

SublimeText3漢化版
中文版,非常好用

禪工作室 13.0.1
強大的PHP整合開發環境

Dreamweaver CS6
視覺化網頁開發工具

SublimeText3 Mac版
神級程式碼編輯軟體(SublimeText3)

Linux的五個基本組件是:1.內核,管理硬件資源;2.系統庫,提供函數和服務;3.Shell,用戶與系統交互的接口;4.文件系統,存儲和組織數據;5.應用程序,利用系統資源實現功能。

Linux基礎學習從零開始的方法包括:1.了解文件系統和命令行界面,2.掌握基本命令如ls、cd、mkdir,3.學習文件操作,如創建和編輯文件,4.探索高級用法如管道和grep命令,5.掌握調試技巧和性能優化,6.通過實踐和探索不斷提陞技能。

Linux在服務器、嵌入式系統和桌面環境中的應用廣泛。 1)在服務器領域,Linux因其穩定性和安全性成為託管網站、數據庫和應用的理想選擇。 2)在嵌入式系統中,Linux因其高度定制性和高效性而受歡迎。 3)在桌面環境中,Linux提供了多種桌面環境,滿足不同用戶需求。

Linux操作系統的核心是其命令行界面,通過命令行可以執行各種操作。 1.文件和目錄操作使用ls、cd、mkdir、rm等命令管理文件和目錄。 2.用戶和權限管理通過useradd、passwd、chmod等命令確保系統安全和資源分配。 3.進程管理使用ps、kill等命令監控和控制系統進程。 4.網絡操作包括ping、ifconfig、ssh等命令配置和管理網絡連接。 5.系統監控和維護通過top、df、du等命令了解系統運行狀態和資源使用情況。

互聯網運行不依賴單一操作系統,但Linux在其中扮演重要角色。 Linux廣泛應用於服務器和網絡設備,因其穩定性、安全性和可擴展性受歡迎。

Linux的缺點包括用戶體驗、軟件兼容性、硬件支持和學習曲線。 1.用戶體驗不如Windows或macOS友好,依賴命令行界面。 2.軟件兼容性不如其他系統,缺乏許多商業軟件的原生版本。 3.硬件支持不如Windows全面,可能需要手動編譯驅動程序。 4.學習曲線較陡峭,掌握命令行操作需要時間和耐心。

Linuxisnothardtolearn,butthedifficultydependsonyourbackgroundandgoals.ForthosewithOSexperience,especiallycommand-linefamiliarity,Linuxisaneasytransition.Beginnersmayfaceasteeperlearningcurvebutcanmanagewithproperresources.Linux'sopen-sourcenature,bas

Linux管理員的平均年薪在美國為75,000至95,000美元,歐洲為40,000至60,000歐元。提升薪資可以通過:1.持續學習新技術,如雲計算和容器技術;2.積累項目經驗並建立Portfolio;3.建立職業網絡,拓展人脈。
