We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tasks:
Both tasks refer to function _getKeyAttributesFromCombo(aCombo).
function _getKeyAttributesFromCombo(aCombo)
Task 1: allow aCombo to be split by either (space) or + (plus sign)
aCombo
+
Task 2: map WE command modifiers to XUL key modifiers
Ctrl
accel
Alt
alt
Command
MacCtrl
control
Shift
shift
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Tasks:
Both tasks refer to
function _getKeyAttributesFromCombo(aCombo)
.Task 1: allow
(space) or
aCombo
to be split by either+
(plus sign)+
Task 2: map WE command modifiers to XUL key modifiers
Ctrl
->accel
(yes, sure!)Alt
->alt
Command
->accel
(I'm quite sure about this)MacCtrl
->control
Shift
->shift
The text was updated successfully, but these errors were encountered: