feat: function key mapping

This commit is contained in:
kodi
2026-03-11 14:21:58 +01:00
parent b93cb01879
commit 6a1a575383
6 changed files with 385 additions and 7 deletions
@@ -35,6 +35,13 @@ class UiSmokeGoldenTest(unittest.TestCase):
self.assertIn('id="function-bar"', body)
self.assertIn('id="view-btn"', body)
self.assertIn('id="edit-btn"', body)
self.assertIn("F3", body)
self.assertIn("F4", body)
self.assertIn("F5", body)
self.assertIn("F6", body)
self.assertIn("F7", body)
self.assertIn("F8", body)
self.assertIn("Alt+R", body)
self.assertIn('id="viewer-modal"', body)
self.assertIn('id="viewer-content"', body)
self.assertIn('id="editor-modal"', body)