What are the words of left-arrow,right-arrow,up-arrow,down-arrow on keybord when using Crate enigo?

What are the words of left-arrow,right-arrow,up-arrow,down-arrow on keybord when using Crate enigo?

use enigo::*;
let mut enigo = Enigo::new();
//paste
enigo.key_down(Key::Control);
enigo.key_click(Key::Layout('v'));
enigo.key_up(Key::Control);

it shows Control and 'v', what about left-arrow,right-arrow,up-arrow,and down-arrow?
Any help please, thanks!

UpArrow, DownArrow, LeftArrow and RightArrow I think.

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.