RC.2 fixes a couple of bugs that were difficult to foresee until people used CommandUI on a wide range of different browser and operating system combinations.
Full Changelog
Allow disabling all global shortcuts
Feature
Added a popular feature request: the ability to disable all global shortcuts, and just use the default CMD/CTRL+k combination to open CommandUI.
Add support for languages like Japanese that use Input Method Editors (IME)
Feature
CommandUI now correctly detects if character conversions are triggered with the Enter key, and will not fire the currently active action.
Holding the Shift key pressed will no longer cause CommandUI to enter an open/close loop on Windows
Bug Fix
Handle plugin menu items that contain HTML and inline CSS
Bug Fix
Plugins like WP Activity Log that contain inline CSS and HTML in their menu items will no longer prevent CommandUI from loading.
Fix CommandUI not loading inside WP-Admin on WordPress 6.5
Bug Fix