Changeset 1010
- Timestamp:
- 10/01/08 19:00:09 (3 months ago)
- Files:
-
- trunk/src/store.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/store.c
r999 r1010 2841 2841 { 2842 2842 /* These two can't intersect! */ 2843 menu.cmd_keys = "\n\x04\x10\r?={} CEIPTdegilpswx\x8B\x8C"; /* \x10 = ^p , \x04 = ^D */2843 menu.cmd_keys = "\n\x04\x10\r?={}~CEIPTdegilpswx\x8B\x8C"; /* \x10 = ^p , \x04 = ^D */ 2844 2844 menu.selections = "abcfmnoqrtuvyz13456790ABDFGH"; 2845 2845 } … … 2849 2849 { 2850 2850 /* These two can't intersect! */ 2851 menu.cmd_keys = "\n\x010\r?={} CEIbdegiklpstw\x8B\x8C"; /* \x10 = ^p */2851 menu.cmd_keys = "\n\x010\r?={}~CEIbdegiklpstw\x8B\x8C"; /* \x10 = ^p */ 2852 2852 menu.selections = "acfhmnoqruvxyz13456790ABDFGH"; 2853 2853 }
