You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
74 lines
6.3 KiB
74 lines
6.3 KiB
<application>
|
|
<component name="AppStorage">
|
|
<option name="newTranslationDialogWidth" value="596" />
|
|
<option name="newTranslationDialogX" value="1131" />
|
|
<option name="newTranslationDialogY" value="624" />
|
|
<option name="pinNewTranslationDialog" value="true" />
|
|
<histories>
|
|
<item value="implicit" />
|
|
<item value="casts" />
|
|
<item value="Note: When compiling to JavaScript, integers are restricted to values that can be represented exactly by double-precision floating point values. The available integer values include all integers between -2^53 and 2^53, and some integers with larger magnitude. That includes some integers larger than 2^63." />
|
|
<item value="获取下一个可用手势" />
|
|
<item value="paste" />
|
|
<item value="make built_in commands support i18n." />
|
|
<item value="Show Window" />
|
|
<item value="Minimize" />
|
|
<item value="Toggle Maximize" />
|
|
<item value="Handle 4 Or 5 Fingers Swipe Up" />
|
|
<item value="Show Workspace" />
|
|
<item value="shortcut keycode map completed." />
|
|
<item value="I don't think need implement those keys" />
|
|
<item value="I don't think should implement those keys" />
|
|
<item value="not implements on linux" />
|
|
<item value="Spreadsheet" />
|
|
<item value="Contacts" />
|
|
<item value="seems only works on mobile." />
|
|
<item value="seams only works on mobile." />
|
|
<item value="Illum" />
|
|
<item value="Too dangerous ..." />
|
|
<item value="numpad Decimal" />
|
|
<item value="comma" />
|
|
<item value="asterisk" />
|
|
<item value="parenthesis Left" />
|
|
<item value="quote Single" />
|
|
<item value="ampersand" />
|
|
<item value="number Sign" />
|
|
<item value="exclam" />
|
|
<item value="exclamation" />
|
|
<item value="Returns an object representing the logical key that was pressed. {@template flutter.services.RawKeyEvent.logicalKey} This method takes into account the key map and modifier keys (like SHIFT) to determine which logical key to return. If you are looking for the character produced by a key event, use [RawKeyEvent.character] instead. If you are collecting text strings, use the [TextField] or [CupertinoTextField] widgets, since those automatically handle many of the complexities of managing keyboard input, like showing a soft keyboard or interacting with an input method editor (IME). {@endtemplate}" />
|
|
<item value="Represents the logical "Lang 1" key on the keyboard. See the function [RawKeyEvent.logicalKey] for more information." />
|
|
<item value="A list of all the predefined constant PhysicalKeyboardKeys so that they can be searched." />
|
|
<item value="skicky" />
|
|
<item value="A widget that manages a [FocusNode] to allow keyboard focus to be given to this widget and its descendants. When the focus is gained or lost, [onFocusChange] is called. For keyboard events, [onKey] is called if [FocusNode.hasFocus] is true for this widget's [focusNode], unless a focused descendant's [onKey] callback returns [KeyEventResult.handled] when called. This widget does not provide any visual indication that the focus has changed. Any desired visual changes should be made when [onFocusChange] is called. To access the [FocusNode] of the nearest ancestor [Focus] widget and establish a relationship that will rebuild the widget when the focus changes, use the [Focus.of] and [FocusScope.of] static methods. To access the focused state of the nearest [Focus] widget, use [FocusNode.hasFocus] from a build method, which also establishes a relationship between the calling widget and the [Focus] widget that will rebuild the calling widget when the focus changes. Managing a [FocusNode] means managing its lifecycle, listening for changes in focus, and re-parenting it when needed to keep the focus hierarchy in sync with the widget hierarchy. This widget does all of those things for you. See [FocusNode] for more information about the details of what node management entails if you are not using a [Focus] widget and you need to do it yourself. To collect a sub-tree of nodes into an exclusive group that restricts focus traversal to the group, use a [FocusScope]. To collect a sub-tree of nodes into a group that has a specific order to its traversal but allows the traversal to escape the group, use a [FocusTraversalGroup]. To move the focus, use methods on [FocusNode] by getting the [FocusNode] through the [of] method. For instance, to move the focus to the next node in the focus traversal order, call `Focus.of(context).nextFocus()`. To unfocus a widget, call `Focus.of(context).unfocus()`. {@tool dartpad --template=stateful_widget_scaffold} This example shows how to manage focus using the [Focus] and [FocusScope] widgets. See [FocusNode] for a similar example that doesn't use [Focus] or [FocusScope]." />
|
|
<item value="LayoutBuilder does not support returning intrinsic dimensions." />
|
|
<item value="壮举:避免 Cardio Plus 设备 连接到此应用" />
|
|
<item value="壮举:避免 Cardio Plus 设备 连接到此应用程序" />
|
|
<item value="壮举:避免 Cardio Plus 设备 连接到此应用程序的 " />
|
|
<item value="壮举:避免 Cardio Plus 设备。" />
|
|
<item value="壮举:避免连接到此应用程序的 Cardio Plus 设备。" />
|
|
<item value="feat: Avoid Cardio Plus device connected to this app." />
|
|
<item value="feat: Avoid WeCardioUNPlus device connected to this app." />
|
|
<item value="fix: make text font size looks same on drawer." />
|
|
<item value="修复:使抽屉内容高度自适应。" />
|
|
<item value="fix: make drawers content height adaptivity." />
|
|
<item value="fix: make drawer's content height adaptivity." />
|
|
<item value="fix: adaptive drawer's content height." />
|
|
<item value="自适应高度" />
|
|
<item value="Travel Station" />
|
|
</histories>
|
|
<option name="languageScores">
|
|
<map>
|
|
<entry key="CHINESE" value="48" />
|
|
<entry key="ENGLISH" value="49" />
|
|
<entry key="LATIN" value="1" />
|
|
<entry key="ITALIAN" value="2" />
|
|
</map>
|
|
</option>
|
|
</component>
|
|
<component name="Cache">
|
|
<option name="lastTrimTime" value="1636963110666" />
|
|
</component>
|
|
<component name="Settings">
|
|
<option name="translateDocumentation" value="true" />
|
|
</component>
|
|
</application> |