Skip to content

Commit

Permalink
change requests for dropper alt input, #252
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Oct 7, 2022
1 parent 31acdaf commit fa6378f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 15 deletions.
3 changes: 1 addition & 2 deletions js/PhScaleStrings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ type StringsType = {
'chooseASoluteStringProperty': LinkableProperty<string>;
'soluteStringProperty': LinkableProperty<string>;
'solutesStringProperty': LinkableProperty<string>;
'moveThePHProbeOrDropperStringProperty': LinkableProperty<string>;
'moveTheDropperStringProperty': LinkableProperty<string>;
'moveThePHProbeStringProperty': LinkableProperty<string>;
'moveTheGraphIndicatorsStringProperty': LinkableProperty<string>;
'moveStringProperty': LinkableProperty<string>;
'moveSlowerStringProperty': LinkableProperty<string>;
Expand Down
2 changes: 0 additions & 2 deletions js/common/view/PHDropperNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ export default class PHDropperNode extends EyeDropperNode {
enabledProperty: dropper.enabledProperty
},
cursor: null,
tagName: 'div',
focusable: true,
phetioInputEnabledPropertyInstrumented: true
}, providedOptions );

Expand Down
4 changes: 2 additions & 2 deletions js/macro/view/MacroKeyboardHelpContent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ export default class MacroKeyboardHelpContent extends TwoColumnKeyboardHelpConte

const leftColumn = [

// Move the pH Probe and Dropper
new MoveKeyboardHelpContent( PhScaleStrings.keyboardHelpDialog.moveThePHProbeOrDropperStringProperty ),
// Move the pH Probe
new MoveKeyboardHelpContent( PhScaleStrings.keyboardHelpDialog.moveThePHProbeStringProperty ),

// Faucet Controls
new FaucetControlsKeyboardHelpContent()
Expand Down
4 changes: 0 additions & 4 deletions js/micro/view/MicroKeyboardHelpContent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

import TwoColumnKeyboardHelpContent from '../../../../scenery-phet/js/keyboard/help/TwoColumnKeyboardHelpContent.js';
import phScale from '../../phScale.js';
import MoveKeyboardHelpContent from '../../common/view/MoveKeyboardHelpContent.js';
import PhScaleStrings from '../../PhScaleStrings.js';
import ComboBoxKeyboardHelpSection from '../../../../scenery-phet/js/keyboard/help/ComboBoxKeyboardHelpSection.js';
import BasicActionsKeyboardHelpSection from '../../../../scenery-phet/js/keyboard/help/BasicActionsKeyboardHelpSection.js';
Expand All @@ -20,9 +19,6 @@ export default class MicroKeyboardHelpContent extends TwoColumnKeyboardHelpConte

const leftColumn = [

// Move the Dropper
new MoveKeyboardHelpContent( PhScaleStrings.keyboardHelpDialog.moveTheDropperStringProperty ),

// Faucet Controls
new FaucetControlsKeyboardHelpContent()
];
Expand Down
7 changes: 2 additions & 5 deletions ph-scale-strings_en.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,8 @@
"keyboardHelpDialog.solutes": {
"value": "solutes"
},
"keyboardHelpDialog.moveThePHProbeOrDropper": {
"value": "Move the pH Probe or Dropper"
},
"keyboardHelpDialog.moveTheDropper": {
"value": "Move the Dropper"
"keyboardHelpDialog.moveThePHProbe": {
"value": "Move the pH Probe"
},
"keyboardHelpDialog.moveTheGraphIndicators": {
"value": "Move the Graph Indicators"
Expand Down

0 comments on commit fa6378f

Please sign in to comment.