search
HomeSystem TutorialWindows SeriesHow to set up personalized input method in Windows 8

php editor Baicao introduces you to the personalized settings and input method operation methods of Win8. Win8 is an operating system with easy operation and beautiful interface. Through personalized settings, you can make your computer more in line with your own style and preferences. Mastering the input method operation methods can improve your work efficiency and user experience. Learn more about Win8's personalized settings and input method operations to make your computer use smoother and more personalized!

1. Win8 comes with the Microsoft Pinyin simple input method. Whether in the new Windows start screen interface or the traditional Windows desktop, just press the Shift key or directly click the [Chinese/English] logo on the screen. Switch between Chinese and English input status; as shown in the figure:

How to set up personalized input method in Windows 8

2. With the launch of Win8, each input method has been optimized and updated for Win8. In the past, some input methods could only run under the traditional Windows desktop and could not be used in new system interfaces and applications such as the start screen. Now many input methods can be used normally in the dual interface of Win8;

3. Use the [Win Space] key combination to switch input methods. In Win8, we can download and install other input methods according to the methods we are used to. It is important to note that after installing multiple input methods, you need to use the [Win Space] key combination when switching input methods in Win8; as shown in the figure:

How to set up personalized input method in Windows 8

4. In order to fit Based on previous text input habits, we may want to set different input methods for each application, modify the default input method of Win8 system, etc. In this case, we need to use the control panel. Use the shortcut key [Win X] to bring up the quick link menu and select [Control Panel]. Find the [Change Input Method] option in the [Clock, Language and Region] category of the Win8 control panel; as shown in the figure:

5. Now enter the [Language] setting interface of Win8. Here we can see the language type and corresponding input method of the current system. Click [Options] behind the input method to enter [Language Options] to make detailed settings for the specific input method. Click [Advanced Settings] on the left side of the interface to enter the overall settings of the Win8 system input method; as shown in the figure:

How to set up personalized input method in Windows 8

6. Click [Options] in the picture above to enter [Language Options]. You can see [Options|Delete] on the right side of the input method. Click [Options] to enter the detailed settings of the corresponding input method. interface, click [Delete] to uninstall the corresponding input method; as shown in the figure:

7. Enter the language [Advanced Settings] interface, under [Switch Input Method], we can check [Allow as Set different input methods for each application] and [Use the desktop language bar (when available)]. This may be more in line with the input method you are used to before; as shown in the figure:

How to set up personalized input method in Windows 8

8. Under the [Alternate Default Input Method] category, click the drop-down menu arrow on the right to change The input method you are accustomed to is set as the default input method of Win8.

The above is the detailed content of How to set up personalized input method in Windows 8. For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:zol. If there is any infringement, please contact admin@php.cn delete
The New Surface Pro Doesn't Feel ProThe New Surface Pro Doesn't Feel ProMay 08, 2025 am 06:01 AM

The new Surface Pro: A step back? Microsoft's latest Surface Pro offers connectivity via two USB-C ports, supporting charging, USB 3.2 data transfer, and DisplayPort 1.4a (up to two 4K monitors at 60Hz). However, the device ships without a power ad

Microsoft Challenges the MacBook Air With New Surface LaptopMicrosoft Challenges the MacBook Air With New Surface LaptopMay 08, 2025 am 03:02 AM

Microsoft's latest Surface Laptop aims to rival the MacBook Air, but with some notable compromises. The absence of a Surface Connect port marks a significant departure from previous models, reflecting the growing prevalence of Thunderbolt and USB do

Solve the problem that the svn plugin in eclipse always prompts for password inputSolve the problem that the svn plugin in eclipse always prompts for password inputMay 07, 2025 pm 05:03 PM

1. Background Recently, when using the svn plug-in to manage remote warehouse code in eclipse, prompts to enter passwords are always prompted to enter passwords, which is particularly annoying. After hard work, I finally solved the problem and shared it with you~ 2. Analysis of the password mechanism of the svn plug-in and the cause of the problem. When we use the svn plug-in for the first time and enter the password, a file that saves the password will be generated, and then the svn plug-in will read the username and password information by default every time. When eclipse is started, the configuration information will be automatically read into the program cache. After the password of svn is modified, it is impossible to log in again, and there is no prompt to re-enter the password. At this time, we can delete the relevant configuration files and let the svn plugin prompt us to re-enter the password. However, ec

How to restore the win8 system details stepsHow to restore the win8 system details stepsMay 07, 2025 pm 05:00 PM

The steps to start system restore in Windows 8 are: 1. Press the Windows key X to open the shortcut menu; 2. Select "Control Panel", enter "System and Security", and click "System"; 3. Select "System Protection", and click "System Restore"; 4. Enter the administrator password and select the restore point. When selecting the appropriate restore point, it is recommended to select the restore point before the problem occurs, or remember a specific date when the system is running well. During the system restore process, if you encounter "The system restore cannot be completed", you can try another restore point or use the "sfc/scannow" command to repair the system files. After restoring, you need to check the system operation status, reinstall or configure the software, and re-back up the data, and create new restore points regularly.

'Modern Operating System Original Book 3rd Edition''Modern Operating System Original Book 3rd Edition'May 07, 2025 pm 04:57 PM

"Modern Operating Systems (English Edition 3rd Edition)" is a classic work written by Professor Tanenbaum. With his profound experience in the design of three operating systems, the book perfectly integrates theory and practice. The third edition of the book explores a number of topics in depth, such as process, threading, storage management, file systems, I/O deadlock, interface design, multimedia, performance trade-offs, and introduces the latest trends in operating system design. The book not only explains the principles and practices of modern operating systems in detail, but also pays special attention to Linux operating systems, Windows Vista operating systems, embedded operating systems, real-time operating systems and multimedia operating systems. Covering Windows Vista and the latest Linux/Unix operations

.NET Core Quick Start Tutorial 1. The beginning: Talking about .NET Core.NET Core Quick Start Tutorial 1. The beginning: Talking about .NET CoreMay 07, 2025 pm 04:54 PM

1. The Origin of .NETCore When talking about .NETCore, we must not mention its predecessor .NET. Java was in the limelight at that time, and Microsoft also favored Java. The Java virtual machine on the Windows platform was developed by Microsoft based on JVM standards. It is said to be the best performance Java virtual machine at that time. However, Microsoft has its own little abacus, trying to bundle Java with the Windows platform and add some Windows-specific features. Sun's dissatisfaction with this led to a breakdown of the relationship between the two parties, and Microsoft then launched .NET. .NET has borrowed many features of Java since its inception and gradually surpassed Java in language features and form development. Java in version 1.6

Solve the problem that the 80 port under Windows 10 is occupied by the System with PID 4Solve the problem that the 80 port under Windows 10 is occupied by the System with PID 4May 07, 2025 pm 04:51 PM

1. Background Recently, out of curiosity, I updated the Windows 10 system, which is very easy to operate and the experience is quite good. However, when developing in IDEA, when starting the project using port 80, it is found that the port has been occupied. After some attempts, I found a solution and I will share it with you. 2. Solution steps 1. Check the process number PID that occupies port 80 by executing the netstat-ano|findstr "80" command. 2. Since port 80 is occupied by system services, the process cannot be terminated directly. Therefore, use the netshhttpshowservicestate command to view the current HTTP service status. The result is as shown in the figure: from the figure

10 latest tools for web developers10 latest tools for web developersMay 07, 2025 pm 04:48 PM

Web development design is a promising career field. However, this industry also faces many challenges. As more businesses and brands turn to the online marketplace, web developers have the opportunity to demonstrate their skills and succeed in their careers. However, as demand for web development continues to grow, the number of developers is also increasing, resulting in increasingly fierce competition. But it’s exciting that if you have the talent and will, you can always find new ways to create unique designs and ideas. As a web developer, you may need to keep looking for new tools and resources. These new tools and resources not only make your job more convenient, but also improve the quality of your work, thus helping you win more business and customers. The trends of web development are constantly changing.

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment