adopted-ember-addons/ember-keyboard

Numerous deprecation warnings and {{on-key "shift+ any"}} not working on Mac

akankshadharkar opened this issue · 1 comments

@akankshadharkar could you please try latest v6.0.4?

all the necessary fixes for proper deprecate function usage were fixed in v6.0.3 so you should not see any warnings about missing for and since arguments.

Regarding ember-keyboard-first-responder-inputs initializer - it's legit deprecation warning:

  • if you don't rely on the functionality provided by the initializer, disable the initializer (and the warning) by setting emberKeyboard.disableInputsInitializer in the config/environment.js to true
  • if you rely on the functionality provided by the initializer, please refactor away.

For more info about ember-keyboard-first-responder-inputs deprecation please see http://adopted-ember-addons.github.io/ember-keyboard/deprecations#first-responder-inputs