mac触控板手势无法使用_如何在iPad上使用触控板手势

mac触控板手势无法使用

mac触控板手势无法使用

iPad Magic Keyboard Trackpad
Apple苹果

Apple’s new floating Magic Keyboard case for the iPad Pro looks fantastic, but you don’t need to spend $299 to use a trackpad. Simply connect a Magic Trackpad or a third-party multi-touch trackpad to get access to all of iPadOS’ new trackpad gestures.

Apple为iPad Pro推出的新型浮动式Magic Keyboard键盘保护套看起来很棒,但您无需花费299美元即可使用触控板。 只需连接Magic Trackpad或第三方多点触控板即可访问iPadOS的所有新触控板手势。

Starting with iPadOS 13.4, you can connect any Bluetooth mouse and trackpad to your iPad to enable the new cursor feature. Pairing Apple’s Magic Trackpad or any other third-party option is just like pairing any other Bluetooth accessory.

从iPadOS 13.4开始,您可以将任何蓝牙鼠标和触控板连接到iPad以启用新的光标功能。 配对Apple的Magic Trackpad或任何其他第三方选项就像配对任何其他蓝牙配件一样。

Once the trackpad is paired and active, you’ll be able to use it just like you use the trackpad on a Mac—it even has some of the same gestures that you might already be used to on the Mac.

触控板配对并激活后,就可以像在Mac上使用触控板一样使用它-甚至具有一些在Mac上可能已经习惯的手势。

You can swipe around with one finger to move the pointer, which shows up as a translucent gray circle.

您可以用一根手指滑动来移动指针,该指针显示为半透明的灰色圆圈。

iPad Pro showing context menu and cursor pointer in Safari
Khamosh Pathak
Khamosh Pathak

But the reason why you connected a Magic Trackpad is the gestures. Here’s a list of all the trackpad gestures supported by the iPad:

但是您连接Magic Trackpad的原因是手势。 以下是iPad支持的所有触控板手势的列表:

  • Right-Click: Tap or click with two fingers.

    右键单击:用两根手指点击或单击。

  • Scroll: Swipe up or down with two fingers to scroll.

    滚动:用两根手指向上或向下滑动即可滚动。

  • Forward/Backward: Swipe left/right with two fingers to go forward/backward and in apps with nested menus (like the Settings app).

    前进/后退:在带有嵌套菜单的应用程序(例如“设置”应用程序)中,用两根手指向左/向右滑动即可前进/后退。

  • Zoom: Pinch in and out to zoom.

    缩放:放大和缩小以放大。

  • Spotlight: Swipe down with two fingers on the Home screen to reveal the Spotlight search bar.

    Spotlight:在主屏幕上用两根手指向下滑动以显示Spotlight搜索栏。

  • Switch apps: Swipe left or right with three fingers to switch apps (also works in Slide Over panel).

    切换应用程序:用三个手指向左或向右滑动即可切换应用程序(在“滑行”面板中也可以使用)。

  • Home: Swipe up with three fingers to go Home.

    首页:用三根手指向上滑动即可首页。

  • App Switcher: Swipe up with three fingers and hold to enter the App Switcher.

    应用程序切换器:用三个手指向上滑动并按住以进入应用程序切换器。

  • Quit Apps: Flick up with three fingers on an app in the multitasking view to force quit it.

    退出应用程序:在多任务视图中,用三个手指轻拂一个应用程序以强制退出该应用程序。

If you’re used to the tap-to-click gesture on your Mac, you can enable this functionality for the iPad by going to Settings > General > Trackpad. Here, tap on the toggle next to the “Tap to Click” option.

如果您习惯于Mac上的点击手势,则可以通过转至设置>常规>触控板为iPad启用此功能。 在这里,点击“点击以点击”选项旁边的切换按钮。

While you’re here, you may want to enable the “Two-Finger Secondary Click” option as well.

在这里时,您可能还需要启用“两指二次点击”选项。

That’s not all, you can actually customize the behavior and look of the cursor in great detail. Take a look at our guide on customizing the iPad cursor.

不仅如此,您实际上可以自定义光标的行为和外观。 看看我们有关自定义iPad光标的指南。

翻译自: https://www.howtogeek.com/664675/how-to-use-trackpad-gestures-on-your-ipad/

mac触控板手势无法使用

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

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

相关文章

安装SQLserver2008

双击点击setup,以管理员身份运行; 点击安装-》全新SQLServer独立安装或向现有安装添加功能 选择下一步,然后点击具有高级服务的express版本,点击下一步; 点击选择我接受许可条款,然后继续点击下一步&#x…

如何在没有Word的情况下打开Microsoft Word文档

Microsoft Word is part of Microsoft Office and requires an up-front purchase or a Microsoft 365 subscription. If you’re using a computer without Word installed, there are other ways to view that DOCX or DOC file. Microsoft Word是Microsoft Office的一部分&a…

数组去重的4种方法(Which one is the fastest???嘻嘻嘻....)

<!DOCTYPE html> <html lang"en"> <head> <meta charset"UTF-8"> <title>Document</title> </head> <body> <input type"button" value"数组去重1" οnclick"show()"&g…

windows复制文件路径_如何在Windows 10上复制文件的完整路径

windows复制文件路径Sometimes, it’s handy to copy the full path of a file or folder in Windows 10 to the clipboard. That way, you can paste the path into an open or upload dialog quickly without having to browse for it the file. Luckily, there’s an easy w…

用c语言复制字符串的元音字母,急求:编写程序,将一个字符串中的元音字母复制到另一个字符串,然后输出。...

#include#includevoid str(char a[100],char b[100]){int i0, j0;while(a[i]!\0)//\0代表ASCLL码0的字符&#xff0c;即是一个空操作符也就是是结束符;{if(a[i]a||a[i]e||a[i]i||a[i]o||a[i]u){b[j]a[i];j;}i;}}int main(){char a[100];char b[100];gets(a);str(a,b);puts(b);r…

05 替换空格

题目描述&#xff1a; 请实现一个函数&#xff0c;将一个字符串中的每个空格替换成“%20”。例如&#xff0c;当字符串为We Are Happy.则经过替换之后的字符串为We%20Are%20Happy。 解题思路有&#xff1a; #判断字符串是否为空&#xff0c;判断length是否大于0。 #记录空格的数…

超链接禁用_在Microsoft Word 2003和2007中禁用自动超链接

超链接禁用If you can’t stand the automatic hyperlinking in Microsoft Word, you might be hard-pressed to find the right place to disable it in Office 2007, since all the settings are hidden so well compared to previous versions. 如果您无法在Microsoft Word中…

webjars管理静态资源

webjars用途简单解释 : 利用Servlet3协议规范中,包含在JAR文件/META-INF/resources/路径下的资源可以直接被web访问到这一原理&#xff0c;将前端静态资源打成jar包方便管理 静态资源打jar包 新建maven工程&#xff0c; 将需要打包的静态资源放入src/main/resources中 2. ma…

Windows Intellij环境下Gradle的 “Could not determine Java version from ‘9.0.1’”的解决方式...

当我导入Gradle项目初试Java spring的时候&#xff0c;遇到下面报错: Gradle complete project refresh failed Error:Could not determine java version from 9.0.1. 参考这篇 http://www.ddiinnxx.com/solving-not-determine-java-version-9-0-1-gradle-intellij-macosx/ 进行…

如何计算iPhone和Apple Watch上的步数

Khamosh PathakKhamosh PathakAccording to conventional wisdom, 10,000 steps a day equals a healthy life. No matter what your target is, though, you’ll need a reliable way to count your steps. The good news is you can do so on your iPhone or Apple Watch! 根…

在c语言中load,一道题理清Objective-C中的load和initialize

Objective-C中有两个方法比较特殊&#xff0c;他们会在Runtime时根据情况自动调用&#xff0c;下面我们简单分析一下调用时机以及使用场景~一般在iOS初中级面试时偶尔会被问到load和initialize方法&#xff0c;我出了一道题&#xff0c;估计会搞晕很多人。大家来看一下下面的程…

018.Zabbix维护时间和模板导入

一 维护时间 在某些正常业务维护期间&#xff0c;不需要进行告警&#xff0c;可添加维护时间。二 维护时间添加 2.1 维护 参数描述Name维护名称Maintenance type两种维护类型可选:With data collection - 依旧收集数据No data collection - 暂停收集数据Active since维护周期开…

本地服务器下的局域网安全吗_本地安全认证服务器

本地服务器下的局域网安全吗Today a reader had a very good question about lsass.exe is the Microsoft security management process for domain access and local security policies. Simply put it manages who logs on to your PC and/or Server. There are a few viru…

Query-digest-UI监控慢查询,以及此工具的改进版

本文主要描述基于pt-query-digest工具对慢查询日志进行监控的工具Query-digest-UI。(安装、使用、介绍以及benren提供的改进版。) 本文中描述的内容与其他网站上对Query-digest-UI的安装和使用稍有不同&#xff0c;因为本人对此工具稍做了调整。欢迎转载&#xff0c;请注明作者…

电热水器工作过程 c语言,热水器工作流程图

燃气热水器做为热水供应设备&#xff0c;被很多家庭所采用&#xff0c;然而&#xff0c;恒温作为燃气热水器的一个痛点&#xff0c;一次次被击中&#xff0c;那么到底为什么燃气热水器实现恒温这么难呢&#xff1f;我们将从原理讲起&#xff0c;带您认识真正的燃气热水器。燃气…

linux上tail命令_如何在Linux上使用tail命令

linux上tail命令Fatmawati Achmad Zaenuri/ShutterstockFatmawati Achmad Zaenuri / ShutterstockThe Linux tail command displays data from the end of a file. It can even display updates that are added to a file in real-time. We show you how to use it. Linux tail…

iphone充电图_哪些iPhone具有无线充电功能?

iphone充电图Kevin Parrish凯文帕里什Wireless charging means you can re-energize your phone’s battery without a physical tether. It also prevents possible damage to your phone’s charging port. Unfortunately, not all phones support wireless charging, but we…

windows平台下基于QT和OpenCV搭建图像处理平台

在之前的博客中&#xff0c;已经分别比较详细地阐述了“windows平台下基于VS和OpenCV”以及“Linux平台下基于QT和OpenCV"搭建图像处理框架&#xff0c;并且生成了相应的免费视频。这篇博客的主要内容&#xff0c;就是基于最新版本的相应工具&#xff0c;在windows平台下&…

android死锁解决方案,【线程死锁】Android多线程死锁产生的原因以及如何避免

一、死锁定义1、生活中的列子两人吃饭&#xff0c;但只有一双筷子&#xff0c;2人轮流吃(同时拥有2只筷子才能吃)&#xff0c;某个时候一人拿了左筷子&#xff0c;一人拿了右筷子&#xff0c;两人同时占用一个资源&#xff0c;等待另一个资源&#xff0c;这时候甲等乙吃完并释放…

android mvvm 官方例子,详解Android的MVVM框架 - 数据绑定

&#xfeff;本教程是跟着 Data Binding Guide学习过程中得出的一些实践经验&#xff0c;同时修改了官方教程的一些错误&#xff0c;每一个知识点都有对应的源码&#xff0c;争取做到实践与理论相结合。Data Binding 解决了 Android UI 编程中的一个痛点&#xff0c;官方原生支…