From 007a801c15cb09f923dd1cb1999b99d193d1a031 Mon Sep 17 00:00:00 2001 From: Maciej Truskolaski Date: Fri, 13 Sep 2024 01:20:25 +0200 Subject: [PATCH] Command demo: get_key_info (#403) --- core/src.ts/web/examples/get_key_info.html | 82 ++++++++++++++++++++++ core/src.ts/web/examples/index.html | 1 + 2 files changed, 83 insertions(+) create mode 100644 core/src.ts/web/examples/get_key_info.html diff --git a/core/src.ts/web/examples/get_key_info.html b/core/src.ts/web/examples/get_key_info.html new file mode 100644 index 0000000..b7bba30 --- /dev/null +++ b/core/src.ts/web/examples/get_key_info.html @@ -0,0 +1,82 @@ + + + + + LibHaLo Demo + + + + + + + +
+

LibHaLo Demo

+

+ Get information about the specific key slot. +

+
+ + +
+ + + + +

+
+            
+        
+ + \ No newline at end of file diff --git a/core/src.ts/web/examples/index.html b/core/src.ts/web/examples/index.html index 2806ebe..b71b0fc 100644 --- a/core/src.ts/web/examples/index.html +++ b/core/src.ts/web/examples/index.html @@ -26,6 +26,7 @@

LibHaLo Demos

  • graffiti.html - Graffiti (overridable text slot) demo
  • key_backup.html - Key backup demo
  • get_data_struct.html - Retrieve data demo
  • +
  • get_key_info.html - Key slot information demo