Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Possibility for keyboard functions in "ipxe's menu system"?
2013-01-04, 10:28 (This post was last modified: 2013-01-04 10:29 by mcb30.)
Post: #4
RE: Possibility for keyboard functions in "ipxe's menu system"?
(2013-01-04 09:54)Torgeir Wrote:  The concept of shortcut keys is working perfectly Smile
But I cannot get the code for backspace to work. Using the key "b" for testing, works as intended.

As I think you already figured out, you need to use the literal value for backspace (0x08):

Code:
item --key 0x08 prev_stage * Prev

Michael
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Possibility for keyboard functions in "ipxe's menu system"? - mcb30 - 2013-01-04 10:28



User(s) browsing this thread: 1 Guest(s)