From df9ab1245ac2fd0a5f2e1832bf54e1f5c750ba5e Mon Sep 17 00:00:00 2001 From: Jesse Date: Mon, 1 Apr 2024 13:55:26 -0400 Subject: [PATCH] remove experimental notes pointing to https://github.com/phetsims/scenery/issues/1621 --- js/input/Hotkey.ts | 3 --- js/input/globalHotkeyRegistry.ts | 3 --- js/input/hotkeyManager.ts | 3 --- 3 files changed, 9 deletions(-) diff --git a/js/input/Hotkey.ts b/js/input/Hotkey.ts index 8af79d262..84ead7054 100644 --- a/js/input/Hotkey.ts +++ b/js/input/Hotkey.ts @@ -1,9 +1,6 @@ // Copyright 2024, University of Colorado Boulder /** - * IMPORTANT: EXPERIMENTAL! - * TODO DO NOT USE IN SIMULATIONS, SEE https://github.com/phetsims/scenery/issues/1621 FIRST - * * Represents a single hotkey (keyboard shortcut) that can be either: * * 1. Added to globalHotkeyRegistry (to be available regardless of keyboard focus) diff --git a/js/input/globalHotkeyRegistry.ts b/js/input/globalHotkeyRegistry.ts index 25aab1727..0860a41ae 100644 --- a/js/input/globalHotkeyRegistry.ts +++ b/js/input/globalHotkeyRegistry.ts @@ -1,9 +1,6 @@ // Copyright 2024, University of Colorado Boulder /** - * IMPORTANT: EXPERIMENTAL! - * TODO DO NOT USE IN SIMULATIONS, SEE https://github.com/phetsims/scenery/issues/1621 FIRST - * * Stores a record of all global hotkeys (Hotkey instances that should be available regardless of focus). * * @author Jesse Greenberg (PhET Interactive Simulations) diff --git a/js/input/hotkeyManager.ts b/js/input/hotkeyManager.ts index d850e4509..36be3d5aa 100644 --- a/js/input/hotkeyManager.ts +++ b/js/input/hotkeyManager.ts @@ -1,9 +1,6 @@ // Copyright 2024, University of Colorado Boulder /** - * IMPORTANT: EXPERIMENTAL! - * TODO DO NOT USE IN SIMULATIONS, SEE https://github.com/phetsims/scenery/issues/1621 FIRST - * * Manages hotkeys based on two sources: * * 1. Global hotkeys (from globalHotkeyRegistry)