xtd 0.2.0
Loading...
Searching...
No Matches

◆ shortcut

enum class xtd::forms::shortcut
strong

Specifies shortcut keys that can be used by menu items.

Header
#include <xtd/forms/shortcut>
Namespace
xtd::forms
Library
xtd.forms
Remarks
Use the members of this enumeration to set the value of the xtd::forms::menu_item::shortcut property of the xtd::forms::menu_item class.
On Apple platforms, references to xtd::forms::keys::control_key and xtd::forms::keys::control correspond to the command keys on the Macintosh keyboard, and references to xtd::forms::keys::lwin, xtd::forms::keys::rwin and xtd::forms::keys::meta correspond to the control keys. In effect, developers can use the same shortcut descriptions across all platforms, and their applications will automatically work as expected on Apple platforms.
Enumerator
alt_0 

The shortcut keys ALT+0.

alt_1 

The shortcut keys ALT+1.

alt_2 

The shortcut keys ALT+2.

alt_3 

The shortcut keys ALT+3.

alt_4 

The shortcut keys ALT+4.

alt_5 

The shortcut keys ALT+5.

alt_6 

The shortcut keys ALT+6.

alt_7 

The shortcut keys ALT+7.

alt_8 

The shortcut keys ALT+8.

alt_9 

The shortcut keys ALT+9.

alt_bksp 

The shortcut keys ALT+BACKSPACE.

alt_down_arrow 

The shortcut keys ALT+DOWNARROW.

alt_f1 

The shortcut keys ALT+F1.

alt_f10 

The shortcut keys ALT+F10.

alt_f11 

The shortcut keys ALT+F11.

alt_f12 

The shortcut keys ALT+F12.

alt_f2 

The shortcut keys ALT+F2.

alt_f3 

The shortcut keys ALT+F3.

alt_f4 

The shortcut keys ALT+F4.

alt_f5 

The shortcut keys ALT+F5.

alt_f6 

The shortcut keys ALT+F6.

alt_f7 

The shortcut keys ALT+F7.

alt_f8 

The shortcut keys ALT+F8.

alt_f9 

The shortcut keys ALT+F9.

alt_left_arrow 

The shortcut keys ALT+LEFTARROW.

alt_right_arrow 

The shortcut keys ALT+RIGHTARROW.

alt_up_arrow 

The shortcut keys ALT+UPARROW.

ctrl_0 

The shortcut keys CTRL+0.

ctrl_1 

The shortcut keys CTRL+1.

ctrl_2 

The shortcut keys CTRL+2.

ctrl_3 

The shortcut keys CTRL+3.

ctrl_4 

The shortcut keys CTRL+4.

ctrl_5 

The shortcut keys CTRL+5.

ctrl_6 

The shortcut keys CTRL+6.

ctrl_7 

The shortcut keys CTRL+7.

ctrl_8 

The shortcut keys CTRL+8.

ctrl_9 

The shortcut keys CTRL+9.

ctrl_a 

The shortcut keys CTRL+A.

ctrl_b 

The shortcut keys CTRL+B.

ctrl_c 

The shortcut keys CTRL+C.

ctrl_d 

The shortcut keys CTRL+D.

ctrl_del 

The shortcut keys CTRL+DELETE.

ctrl_e 

The shortcut keys CTRL+E.

ctrl_f 

The shortcut keys CTRL+F.

ctrl_f1 

The shortcut keys CTRL+F1.

ctrl_f10 

The shortcut keys CTRL+F10.

ctrl_f11 

The shortcut keys CTRL+F11.

ctrl_f12 

The shortcut keys CTRL+F12.

ctrl_f2 

The shortcut keys CTRL+F2.

ctrl_f3 

The shortcut keys CTRL+F3.

ctrl_f4 

The shortcut keys CTRL+F4.

ctrl_f5 

The shortcut keys CTRL+F5.

ctrl_f6 

The shortcut keys CTRL+F6.

ctrl_f7 

The shortcut keys CTRL+F7.

ctrl_f8 

The shortcut keys CTRL+F8.

ctrl_f9 

The shortcut keys CTRL+F9.

ctrl_g 

The shortcut keys CTRL+G.

ctrl_h 

The shortcut keys CTRL+H.

ctrl_i 

The shortcut keys CTRL+I.

ctrl_ins 

The shortcut keys CTRL+INSERT.

ctrl_j 

The shortcut keys CTRL+J.

ctrl_k 

The shortcut keys CTRL+K.

ctrl_l 

The shortcut keys CTRL+L.

ctrl_m 

The shortcut keys CTRL+M.

ctrl_n 

The shortcut keys CTRL+N.

ctrl_o 

The shortcut keys CTRL+O.

ctrl_p 

The shortcut keys CTRL+P.

ctrl_q 

The shortcut keys CTRL+Q.

ctrl_r 

The shortcut keys CTRL+R.

ctrl_s 

The shortcut keys CTRL+S.

ctrl_shift_0 

The shortcut keys CTRL+SHIFT+0.

ctrl_shift_1 

The shortcut keys CTRL+SHIFT+1.

ctrl_shift_2 

The shortcut keys CTRL+SHIFT+2.

ctrl_shift_3 

The shortcut keys CTRL+SHIFT+3.

ctrl_shift_4 

The shortcut keys CTRL+SHIFT+4.

ctrl_shift_5 

The shortcut keys CTRL+SHIFT+5.

ctrl_shift_6 

The shortcut keys CTRL+SHIFT+6.

ctrl_shift_7 

The shortcut keys CTRL+SHIFT+7.

ctrl_shift_8 

The shortcut keys CTRL+SHIFT+8.

ctrl_shift_9 

The shortcut keys CTRL+SHIFT+9.

ctrl_shift_a 

The shortcut keys CTRL+SHIFT+A.

ctrl_shift_b 

The shortcut keys CTRL+SHIFT+B.

ctrl_shift_c 

The shortcut keys CTRL+SHIFT+C.

ctrl_shift_d 

The shortcut keys CTRL+SHIFT+D.

ctrl_shift_e 

The shortcut keys CTRL+SHIFT+E.

ctrl_shift_f 

The shortcut keys CTRL+SHIFT+F.

ctrl_shift_f1 

The shortcut keys CTRL+SHIFT+F1.

ctrl_shift_f10 

The shortcut keys CTRL+SHIFT+F10.

ctrl_shift_f11 

The shortcut keys CTRL+SHIFT+F11.

ctrl_shift_f12 

The shortcut keys CTRL+SHIFT+F12.

ctrl_shift_f2 

The shortcut keys CTRL+SHIFT+F2.

ctrl_shift_f3 

The shortcut keys CTRL+SHIFT+F3.

ctrl_shift_f4 

The shortcut keys CTRL+SHIFT+F4.

ctrl_shift_f5 

The shortcut keys CTRL+SHIFT+F5.

ctrl_shift_f6 

The shortcut keys CTRL+SHIFT+F6.

ctrl_shift_f7 

The shortcut keys CTRL+SHIFT+F7.

ctrl_shift_f8 

The shortcut keys CTRL+SHIFT+F8.

ctrl_shift_f9 

The shortcut keys CTRL+SHIFT+F9.

ctrl_shift_g 

The shortcut keys CTRL+SHIFT+G.

ctrl_shift_h 

The shortcut keys CTRL+SHIFT+H.

ctrl_shift_i 

The shortcut keys CTRL+SHIFT+I.

ctrl_shift_j 

The shortcut keys CTRL+SHIFT+J.

ctrl_shift_k 

The shortcut keys CTRL+SHIFT+K.

ctrl_shift_l 

The shortcut keys CTRL+SHIFT+L.

ctrl_shift_m 

The shortcut keys CTRL+SHIFT+M.

ctrl_shift_n 

The shortcut keys CTRL+SHIFT+N.

ctrl_shift_o 

The shortcut keys CTRL+SHIFT+O.

ctrl_shift_p 

The shortcut keys CTRL+SHIFT+P.

ctrl_shift_q 

The shortcut keys CTRL+SHIFT+Q.

ctrl_shift_r 

The shortcut keys CTRL+SHIFT+R.

ctrl_shift_s 

The shortcut keys CTRL+SHIFT+S.

ctrl_shift_t 

The shortcut keys CTRL+SHIFT+T.

ctrl_shift_u 

The shortcut keys CTRL+SHIFT+U.

ctrl_shift_v 

The shortcut keys CTRL+SHIFT+V.

ctrl_shift_w 

The shortcut keys CTRL+SHIFT+W.

ctrl_shift_x 

The shortcut keys CTRL+SHIFT+X.

ctrl_shift_y 

The shortcut keys CTRL+SHIFT+Y.

ctrl_shift_z 

The shortcut keys CTRL+SHIFT+Z.

ctrl_t 

The shortcut keys CTRL+T.

ctrl_u 

The shortcut keys CTRL+U.

ctrl_v 

The shortcut keys CTRL+V.

ctrl_w 

The shortcut keys CTRL+W.

ctrl_x 

The shortcut keys CTRL+X.

ctrl_y 

The shortcut keys CTRL+Y.

ctrl_z 

The shortcut keys CTRL+Z.

del 

The shortcut keys DELETE.

f1 

The shortcut keys F1.

f10 

The shortcut keys F10.

f11 

The shortcut keys F11.

f12 

The shortcut keys F12.

f2 

The shortcut keys F2.

f3 

The shortcut keys F3.

f4 

The shortcut keys F4.

f5 

The shortcut keys F5.

f6 

The shortcut keys F6.

f7 

The shortcut keys F7.

f8 

The shortcut keys F8.

f9 

The shortcut keys F9.

ins 

The shortcut keys INSERT.

none 

No shortcut key is associated with the menu item.

shift_del 

The shortcut keys SHIFT+DELETE.

shift_f1 

The shortcut keys SHIFT+F1.

shift_f10 

The shortcut keys SHIFT+F10.

shift_f11 

The shortcut keys SHIFT+11.

shift_f12 

The shortcut keys SHIFT+F12.

shift_f2 

The shortcut keys SHIFT+F2.

shift_f3 

The shortcut keys SHIFT+F3.

shift_f4 

The shortcut keys SHIFT+F4.

shift_f5 

The shortcut keys SHIFT+F5.

shift_f6 

The shortcut keys SHIFT+F6.

shift_f7 

The shortcut keys SHIFT+F7.

shift_f8 

The shortcut keys SHIFT+F8.

shift_f9 

The shortcut keys SHIFT+F9.

shift_ins 

The shortcut keys SHIFT+INSERT.

cmd_0 

The shortcut keys CMD+0.

cmd_1 

The shortcut keys CMD+1.

cmd_2 

The shortcut keys CMD+2.

cmd_3 

The shortcut keys CMD+3.

cmd_4 

The shortcut keys CMD+4.

cmd_5 

The shortcut keys CMD+5.

cmd_6 

The shortcut keys CMD+6.

cmd_7 

The shortcut keys CMD+7.

cmd_8 

The shortcut keys CMD+8.

cmd_9 

The shortcut keys CMD+9.

cmd_a 

The shortcut keys CMD+A.

cmd_b 

The shortcut keys CMD+B.

cmd_c 

The shortcut keys CMD+C.

cmd_d 

The shortcut keys CMD+D.

cmd_del 

The shortcut keys CMD+DELETE.

cmd_e 

The shortcut keys CMD+E.

cmd_f 

The shortcut keys CMD+F.

cmd_f1 

The shortcut keys CMD+F1.

cmd_f10 

The shortcut keys CMD+F10.

cmd_f11 

The shortcut keys CMD+F11.

cmd_f12 

The shortcut keys CMD+F12.

cmd_f2 

The shortcut keys CMD+F2.

cmd_f3 

The shortcut keys CMD+F3.

cmd_f4 

The shortcut keys CMD+F4.

cmd_f5 

The shortcut keys CMD+F5.

cmd_f6 

The shortcut keys CMD+F6.

cmd_f7 

The shortcut keys CMD+F7.

cmd_f8 

The shortcut keys CMD+F8.

cmd_f9 

The shortcut keys CMD+F9.

cmd_g 

The shortcut keys CMD+G.

cmd_h 

The shortcut keys CMD+H.

cmd_i 

The shortcut keys CMD+I.

cmd_ins 

The shortcut keys CMD+INSERT.

cmd_j 

The shortcut keys CMD+J.

cmd_k 

The shortcut keys CMD+K.

cmd_l 

The shortcut keys CMD+L.

cmd_m 

The shortcut keys CMD+M.

cmd_n 

The shortcut keys CMD+N.

cmd_o 

The shortcut keys CMD+O.

cmd_p 

The shortcut keys CMD+P.

cmd_q 

The shortcut keys CMD+Q.

cmd_r 

The shortcut keys CMD+R.

cmd_s 

The shortcut keys CMD+S.

cmd_shift_0 

The shortcut keys CMD+SHIFT+0.

cmd_shift_1 

The shortcut keys CMD+SHIFT+1.

cmd_shift_2 

The shortcut keys CMD+SHIFT+2.

cmd_shift_3 

The shortcut keys CMD+SHIFT+3.

cmd_shift_4 

The shortcut keys CMD+SHIFT+4.

cmd_shift_5 

The shortcut keys CMD+SHIFT+5.

cmd_shift_6 

The shortcut keys CMD+SHIFT+6.

cmd_shift_7 

The shortcut keys CMD+SHIFT+7.

cmd_shift_8 

The shortcut keys CMD+SHIFT+8.

cmd_shift_9 

The shortcut keys CMD+SHIFT+9.

cmd_shift_a 

The shortcut keys CMD+SHIFT+A.

cmd_shift_b 

The shortcut keys CMD+SHIFT+B.

cmd_shift_c 

The shortcut keys CMD+SHIFT+C.

cmd_shift_d 

The shortcut keys CMD+SHIFT+D.

cmd_shift_e 

The shortcut keys CMD+SHIFT+E.

cmd_shift_f 

The shortcut keys CMD+SHIFT+F.

cmd_shift_f1 

The shortcut keys CMD+SHIFT+F1.

cmd_shift_f10 

The shortcut keys CMD+SHIFT+F10.

cmd_shift_f11 

The shortcut keys CMD+SHIFT+F11.

cmd_shift_f12 

The shortcut keys CMD+SHIFT+F12.

cmd_shift_f2 

The shortcut keys CMD+SHIFT+F2.

cmd_shift_f3 

The shortcut keys CMD+SHIFT+F3.

cmd_shift_f4 

The shortcut keys CMD+SHIFT+F4.

cmd_shift_f5 

The shortcut keys CMD+SHIFT+F5.

cmd_shift_f6 

The shortcut keys CMD+SHIFT+F6.

cmd_shift_f7 

The shortcut keys CMD+SHIFT+F7.

cmd_shift_f8 

The shortcut keys CMD+SHIFT+F8.

cmd_shift_f9 

The shortcut keys CMD+SHIFT+F9.

cmd_shift_g 

The shortcut keys CMD+SHIFT+G.

cmd_shift_h 

The shortcut keys CMD+SHIFT+H.

cmd_shift_i 

The shortcut keys CMD+SHIFT+I.

cmd_shift_j 

The shortcut keys CMD+SHIFT+J.

cmd_shift_k 

The shortcut keys CMD+SHIFT+K.

cmd_shift_l 

The shortcut keys CMD+SHIFT+L.

cmd_shift_m 

The shortcut keys CMD+SHIFT+M.

cmd_shift_n 

The shortcut keys CMD+SHIFT+N.

cmd_shift_o 

The shortcut keys CMD+SHIFT+O.

cmd_shift_p 

The shortcut keys CMD+SHIFT+P.

cmd_shift_q 

The shortcut keys CMD+SHIFT+Q.

cmd_shift_r 

The shortcut keys CMD+SHIFT+R.

cmd_shift_s 

The shortcut keys CMD+SHIFT+S.

cmd_shift_t 

The shortcut keys CMD+SHIFT+T.

cmd_shift_u 

The shortcut keys CMD+SHIFT+U.

cmd_shift_v 

The shortcut keys CMD+SHIFT+V.

cmd_shift_w 

The shortcut keys CMD+SHIFT+W.

cmd_shift_x 

The shortcut keys CMD+SHIFT+X.

cmd_shift_y 

The shortcut keys CMD+SHIFT+Y.

cmd_shift_z 

The shortcut keys CMD+SHIFT+Z.

cmd_t 

The shortcut keys CMD+T.

cmd_u 

The shortcut keys CMD+U.

cmd_v 

The shortcut keys CMD+V.

cmd_w 

The shortcut keys CMD+W.

cmd_x 

The shortcut keys CMD+X.

cmd_ 

The shortcut keys CMD+Y.

cmd_z 

The shortcut keys CMD+Z.

opt_0 

The shortcut keys ALT+0.

opt_1 

The shortcut keys ALT+1.

opt_2 

The shortcut keys ALT+2.

opt_3 

The shortcut keys ALT+3.

opt_4 

The shortcut keys ALT+4.

opt_5 

The shortcut keys ALT+5.

opt_6 

The shortcut keys ALT+6.

opt_7 

The shortcut keys ALT+7.

opt_8 

The shortcut keys ALT+8.

opt_9 

The shortcut keys ALT+9.

opt_bksp 

The shortcut keys ALT+BACKSPACE.

opt_down_arrow 

The shortcut keys ALT+DOWNARROW.

opt_f1 

The shortcut keys ALT+F1.

opt_f10 

The shortcut keys ALT+F10.

opt_f11 

The shortcut keys ALT+F11.

opt_f12 

The shortcut keys ALT+F12.

opt_f2 

The shortcut keys ALT+F2.

opt_f3 

The shortcut keys ALT+F3.

opt_f4 

The shortcut keys ALT+F4.

opt_f5 

The shortcut keys ALT+F5.

opt_f6 

The shortcut keys ALT+F6.

opt_f7 

The shortcut keys ALT+F7.

opt_f8 

The shortcut keys ALT+F8.

opt_f9 

The shortcut keys ALT+F9.

opt_left_arrow 

The shortcut keys ALT+LEFTARROW.

opt_right_arrow 

The shortcut keys ALT+RIGHTARROW.

opt_up_arrow 

The shortcut keys ALT+UPARROW.