refactor(behaviors): Final global-quick-tap deprecation.
This commit is contained in:
parent
2234be0871
commit
11996ff7f0
7 changed files with 12 additions and 9 deletions
|
|
@ -13,15 +13,18 @@ properties:
|
|||
required: true
|
||||
tapping-term-ms:
|
||||
type: int
|
||||
tapping_term_ms: # deprecated
|
||||
tapping_term_ms:
|
||||
type: int
|
||||
deprecated: true
|
||||
quick-tap-ms:
|
||||
type: int
|
||||
default: -1
|
||||
quick_tap_ms: # deprecated
|
||||
quick_tap_ms:
|
||||
type: int
|
||||
global-quick-tap: # deprecated
|
||||
deprecated: true
|
||||
global-quick-tap:
|
||||
type: boolean
|
||||
deprecated: true
|
||||
require-prior-idle-ms:
|
||||
type: int
|
||||
default: -1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue