Skip to content

Commit

Permalink
Add Key Definition on Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mckaragoz committed Oct 24, 2023
1 parent dd96568 commit 0c231f1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
_keys.Add(new Keys() { Key = "ArrowDown", Description = "Active Next Item" });
_keys.Add(new Keys() { Key = "Home", Description = "Active First Item" });
_keys.Add(new Keys() { Key = "End", Description = "Active Last Item" });
_keys.Add(new Keys() { Key = "PageUp", Description = "Active 3rd Previous Item" });
_keys.Add(new Keys() { Key = "PageDown", Description = "Active 3rd Next Item" });
_keys.Add(new Keys() { Key = "Ctrl + a", Description = "Select All (Multiselection)" });
_keys.Add(new Keys() { Key = "Printable Characters", Description = "Active Next Item Which Starts With Pressed Key" });
}
Expand Down

0 comments on commit 0c231f1

Please sign in to comment.