笔记本触摸键盘驱动自动禁用_如何为iPad的蓝牙键盘禁用自动更正

笔记本触摸键盘驱动自动禁用

笔记本触摸键盘驱动自动禁用

The take-for-granted features we enjoy when using an on-screen keyboard—like auto-corrections and auto-capitalization–quickly become a hindrance if you’re using a physical keyboard with your iOS device. Let’s look at how to quickly turn off those features so your physical keyboard acts the way you expect.

如果您在iOS设备上使用物理键盘,那么在使用屏幕键盘时,我们喜欢的“准予使用”功能(例如自动更正和自动大写)会很快成为障碍。 让我们看一下如何快速关闭这些功能,以便物理键盘按您期望的方式运行。

Note: This feature is only available on iOS devices running iOS 10 or above—older versions of iOS use the same settings for both on-screen and physical keyboards, with no ability to differentiate between the two.

注意:此功能仅在运行iOS 10或更高版本的iOS设备上可用-旧版的iOS对屏幕键盘和物理键盘使用相同的设置,而无法在两者之间进行区分。

When you pair a Bluetooth keyboard with your iOS device, the Bluetooth keyboard, by default, inherits all the features of the on-screen keyboard, including the language, automatic text correction, automatic capitalization of the first word of a sentence, and double tapping the space bar will insert a period. While you’re free to leave those features as is, there’s a good chance you’re used to typing on a traditional keyboard and those on-screen keyboard time savers will now become time wasters.

将Bluetooth键盘与iOS设备配对时,默认情况下,Bluetooth键盘会继承屏幕键盘的所有功能,包括语言,自动文本更正,句子首字自动大写以及双击空格键将插入一个句点。 尽管您可以随意保留这些功能,但您很有可能习惯于在传统键盘上打字,而那些在屏幕上节省时间的键盘现在将成为浪费时间。

Fortunately, turning them off is dead simple. With your Bluetooth keyboard paired to your iOS device and turned on, open the Settings app and go to General > Keyboard.

幸运的是,将它们关闭非常简单。 将蓝牙键盘与iOS设备配对并打开后,打开“设置”应用程序,然后转到“常规”>“键盘”。

Within the Keyboard menu, select “Hardware Keyboard” (you can ignore all the other settings toggles below it as they only apply to the on-screen software keyboard).

在键盘菜单中,选择“硬件键盘”(您可以忽略下面的所有其他设置开关,因为它们仅适用于屏幕上的软件键盘)。

Within the “Hardware Keyboard” menu, you’ll find three entries (on by default, as seen below) for “Auto-Capitalization”, “Auto-Correction”, and “”.” Shortcut”.

在“硬件键盘”菜单中,您会找到“自动大写”,“自动更正”和“”的三个条目(默认情况下,如下所示)。 捷径”。

Toggle those three off and your hardware keyboard will now function in the traditional way, without trying to auto-correct you or otherwise inject the features of an on-screen keyboard into your hardware keyboard experience.

将这三个按钮关闭,您的硬件键盘现在将以传统方式运行,而无需尝试自动校正或以其他方式将屏幕键盘的功能注入您的硬件键盘体验。

翻译自: https://www.howtogeek.com/287728/how-to-disable-autocorrect-for-your-ipads-bluetooth-keyboard/

笔记本触摸键盘驱动自动禁用

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/280037.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

软考复盘:我的一些复习经验分享

大家好,我是Edison。最近全身乏力头疼,38.5度高烧,好在症状较轻,经过一天躺平加吃了芬必得(简直神药)后,退烧了,也不乏力了,也就趁娃娃睡觉时间跟大家分享一下软考的复习…

自定义注解在拦截器中为空_如何在Android中为特定联系人设置自定义铃声

自定义注解在拦截器中为空Everyone likes to know who’s calling before they actually pick up the phone, and the easiest way to achieve that is with custom ringtones for specific callers. That way, when your phone starts blasting “Cherry Pie,” you know it’…

对象的成员的初始化

变量类型: 1. 内置基本类型: int, char, bool, 2. 复合类型 (compound type): 指针、引用、数组 3. 类类型: struct, class (string,vector等) 定义变量时: 一:进行“初始化”:可分为 ①指…

Golang面向API编程-interface(接口)

Golang面向API编程-interface(接口) 作者:尹正杰 版权声明:原创作品,谢绝转载!否则将追究法律责任。 Golang并不是一种典型的面向对象编程(Object Oriented Programming,OOP&#xf…

笔记本禁用键盘命令符_如何在Windows中禁用命令提示符和“运行”程序

笔记本禁用键盘命令符The Command Prompt and the Run program are pretty powerful tools in the Windows world. If you’d rather specific users on a computer not have access to them, it’s not too hard to do. 命令提示符和运行程序是Windows世界中非常强大的工具。 …

MySQL Date 函数

2019独角兽企业重金招聘Python工程师标准>>> MySQL 中最重要的内建日期函数: NOW() 返回当前的日期和时间 CURDATE() 返回当前的日期 CURTIME() 返回当前的时间 DATE() 提取日期或日期/时间表达式的日期部分 EXTRACT() 返回日期/时间按的…

C# WPF This用法详解(经典)

概述this在C#中有多种用法,也比较常见,这节主要针对它常用的四种用法展开讲解.用法1:构造函数串联执行;用法2:通过this区分传参和类中全局的定义;用法3:方法扩展类;用法4:将对象作为参数传递;代码实例using System.Text;namespace Caliburn.Micro.Hello.…

前端node 和vue开发之环境搭建

下载nvm nodejs 的快捷键是配置后自动生成的 nvm 的 setting.txt配置 root: C:\dev\nvmpath: C:\dev\nodejsarch: 32proxy: root指向 nvm.exeroot: C:\dev\nvmpath: C:\dev\nodejs 配置环境变量 变量名 变量值 GIT_HOME C:\dev…

如何从特定位置开始分享YouTube视频

Tech tutorials that start with 3 minutes of “hey guys what’s up” are the worst. Get to the point! Here’s how you can bypass that nonsense when sharing a video with your friends. 最糟糕的是从3分钟的“嗨,大家好起来”开始的技术教程。 讲到重点&a…

解决git提交问题error: The requested URL returned error: 403 Forbidden while accessing

2019独角兽企业重金招聘Python工程师标准>>> git提交代码时,出现这个错误“error: The requested URL returned error: 403 Forbidden while accessing https” 解决方法: 编辑.git目录下的config文件即可。 vim .git/config [core] …

基于.NetCore开发博客项目 StarBlog - (24) 统一接口数据返回格式

1前言开发接口,是给客户端(Web前端、App)用的,前面说的RESTFul,是接口的规范,有了统一的接口风格,客户端开发人员在访问后端功能的时候能更快找到需要的接口,能写出可维护性更高的代…

如何将C# 7类库升级到C# 8?使用可空引用类型

这篇文章将介绍将C# 7类库升级到C# 8(支持可空引用类型)的一个案例。本案例中使用的项目Tortuga Anchor由一组MVVM风格的基类、反射代码和各种实用程序函数组成。之所以选择这个项目,是因为它很小,并且同时包含了惯用和不常用的C#…

android 设备名称_如何更改您的Android TV的设备名称

android 设备名称Android TV is Google’s attempt at taking over the living room, and with some units being available for under $99, it’s not unheard of for users to have more than one box. The problem is, when multiple devices identify themselves identical…

AD-查找符合指定条件的用户Get-User

以下服务器为Exchange 2010一、使用 Get-User 命令查找部门为IT的用户Get-User -ResultSize Unlimited | ? { $_.Department -Eq "IT" } | ft Name,Department二、查找注释为多行内容的指定用户如下图:注释Notes信息为多行要使用 match 和 (?*) 来做匹配…

目标检测算法之Fast R-CNN算法详解

在介绍Fast R-CNN之前我们先介绍一下SPP Net 一、SPP Net SPP:Spatial Pyramid Pooling(空间金字塔池化) 众所周知,CNN一般都含有卷积部分和全连接部分,其中,卷积层不需要固定尺寸的图像,而全连…

WPF-21 基于MVVM员工管理-01

接下来我们通过两节课程使用MVVM来开发一个简单的Demo,首先我们创建一个项目名称WPF-22-MVVM-Demo,目录结构如下:我们在Models文件下创建Employee类并让该类实现INotifyPropertyChanged接口,该类中定义编号、姓名和角色三个基本属…

qt 苹果应用程序_什么是苹果的电视应用程序,您应该使用它吗?

qt 苹果应用程序Apple’s TV app, which recently appeared on iOS devices and Apple TV, is meant to help users discover and watch shows across an increasingly expanding lineup of television channels, as well as iTunes movies and shows, in one central app. App…

细说flush、ob_flush的区别

ob_flush/flush在手册中的描述, 都是刷新输出缓冲区, 并且还需要配套使用, 所以会导致很多人迷惑… 其实, 他们俩的操作对象不同, 有些情况下, flush根本不做什么事情.. ob_*系列函数, 是操作PHP本身的输出缓冲区. 所以, ob_flush是刷新PHP自身的缓冲区. 而flush, 严格来讲, 这…

关于jHipster框架在构建中的出现的error修复

jhipster The JDL object and the database type are both mandatory.这个错误应该是在构建基于jHipster的spring-cloud项目中经常遇到的,因为这个在这个过程中会读取.yo-rc文件,之后生成相关的.json文件,再之后生成相关的.java文件&#xff…

定制.NET 6.0的Middleware中间件

大家好,我是张飞洪,感谢您的阅读,我会不定期和你分享学习心得,希望我的文章能成为你成长路上的垫脚石,让我们一起精进。在本文中,我们将学习中间件,以及如何使用它进一步定制应用程序。我们将快…