The keyboard navigation feature of Telerik RadImageGallery allows you to easily change images, views or turn on/off certain features of the control. This demo illustrates the default shortcuts and actions which are performed when a certain key or a combination of keys are pressed. To enable this feature you have to set the          ClientSettings -> AllowKeyboardNavigation property of the image gallery to true (it's default value is false).     
    The ImageGallery also features an additional property  ClientSettings -> KeyboardNavigationSettings ->  Shortcuts which allows you to add custom shortcuts. When a custom shortcut is assigned the default one gets disabled. In the demo custom shorcuts  for Focus and ToogleFullScreen are added for the RadImageGallery, which allow you to specify the key combination that focuses the          gallery and toogle full screen for the selected image.     
    In addition to the commands you can allow the cycling navigation functionality of the control by setting the AllowCycle         property to true. This will force the control to select an image inside the ThumbnailsArea once the user tries              to navigate outside of it using the arrow keys.