Keyboard Shortcuts in .NET MAUI Scheduler | Syncfusion Blogs
Live Chat Icon For mobile
Live Chat Icon
Popular Categories.NET  (174).NET Core  (29).NET MAUI  (207)Angular  (109)ASP.NET  (51)ASP.NET Core  (82)ASP.NET MVC  (89)Azure  (41)Black Friday Deal  (1)Blazor  (215)BoldSign  (14)DocIO  (24)Essential JS 2  (107)Essential Studio  (200)File Formats  (66)Flutter  (133)JavaScript  (221)Microsoft  (119)PDF  (81)Python  (1)React  (100)Streamlit  (1)Succinctly series  (131)Syncfusion  (915)TypeScript  (33)Uno Platform  (3)UWP  (4)Vue  (45)Webinar  (51)Windows Forms  (61)WinUI  (68)WPF  (159)Xamarin  (161)XlsIO  (36)Other CategoriesBarcode  (5)BI  (29)Bold BI  (8)Bold Reports  (2)Build conference  (8)Business intelligence  (55)Button  (4)C#  (147)Chart  (131)Cloud  (15)Company  (443)Dashboard  (8)Data Science  (3)Data Validation  (8)DataGrid  (63)Development  (628)Doc  (8)DockingManager  (1)eBook  (99)Enterprise  (22)Entity Framework  (5)Essential Tools  (14)Excel  (40)Extensions  (22)File Manager  (7)Gantt  (18)Gauge  (12)Git  (5)Grid  (31)HTML  (13)Installer  (2)Knockout  (2)Language  (1)LINQPad  (1)Linux  (2)M-Commerce  (1)Metro Studio  (11)Mobile  (507)Mobile MVC  (9)OLAP server  (1)Open source  (1)Orubase  (12)Partners  (21)PDF viewer  (43)Performance  (12)PHP  (2)PivotGrid  (4)Predictive Analytics  (6)Report Server  (3)Reporting  (10)Reporting / Back Office  (11)Rich Text Editor  (12)Road Map  (12)Scheduler  (52)Security  (3)SfDataGrid  (9)Silverlight  (21)Sneak Peek  (31)Solution Services  (4)Spreadsheet  (11)SQL  (10)Stock Chart  (1)Surface  (4)Tablets  (5)Theme  (12)Tips and Tricks  (112)UI  (387)Uncategorized  (68)Unix  (2)User interface  (68)Visual State Manager  (2)Visual Studio  (31)Visual Studio Code  (19)Web  (592)What's new  (332)Windows 8  (19)Windows App  (2)Windows Phone  (15)Windows Phone 7  (9)WinRT  (26)
Keyboard Shortcuts in .NET MAUI Scheduler

Keyboard Shortcuts in .NET MAUI Scheduler

For many users, keyboard shortcuts are more convenient than a touchscreen or mouse. From the 2022 Volume 3 release onward, the Syncfusion .NET MAUI Scheduler supports selecting the Scheduler’s date and time, appointments, and view navigation using keyboard interactions in the WinUI and macOS platforms.

Let us see these shortcuts along with their functions!

Note: If you are new to our Syncfusion .NET MAUI Scheduler control, please read the getting started documentation before proceeding with it.

Calendar date and time selection

The .NET MAUI Scheduler supports keyboard interactions to select the calendar date and time for creating appointments and to navigate the calendar date or time.

Note: The SelectionChanged event will be triggered whenever there is a change in cell or date time selection. You can show the selected date by adding a custom date picker in the Scheduler header by using the SelectionChanged event.

Day, week, and workweek views

ActionShortcut key
Move the selection to the same time slot on the next day in the left-to-right (LTR) layout or the previous day in the right-to-left (RTL) layout.Right arrow
Move the selection to the same time slot on the previous day in the LTR layout or the next day in the RTL layout.Left arrow
Move the selection to the time slot directly below the currently selected time slot.Down arrow
Move the selection to the time slot directly above the currently selected time slot.Up arrow
Add a new appointment.

The Tapped event will be triggered once the Enter key is pressed on the Scheduler cell or date time slot. You can use this event to add a new appointment.

Enter
Interacting with .NET MAUI Scheduler Week View Using Keyboard
Interacting with .NET MAUI Scheduler Week View Using Keyboard

Timeline views (timeline day, week, workweek, and month views)

ActionShortcut key
Move selection to the next time slot in the LTR layout or the previous time slot in the RTL layout from the currently selected time slot.Right arrow
Move selection to the previous time slot in the LTR layout or the next time slot in the RTL layout from the currently selected time slot.Left arrow
Add a new appointment.

The Tapped event will be triggered once the Enter key is pressed on a Scheduler cell or date time slot. You can use this event to add a new appointment.

Enter
Interacting with .NET MAUI Scheduler Timeline Week View Using Keyboard
Interacting with .NET MAUI Scheduler Timeline Week View Using Keyboard

Month view

ActionShortcut key
Move the selection to the next date in the LTR layout or the previous date in the RTL layout from the currently selected date.Right arrow
Move the selection to the previous date in the LTR layout or the next date in the RTL layout from the currently selected date.Left arrow
Move the selection to the date directly below the currently selected date.Down arrow
Move the selection to the date directly above the currently selected date.Up arrow
Add a new appointment.

The Tapped event will be triggered once the Enter key is pressed on a Scheduler cell or date time slot. You can use this event to add a new appointment.

Enter
Interacting with .NET MAUI Scheduler Month View Using Keyboard
Interacting with .NET MAUI Scheduler Month View Using Keyboard

Calendar appointment selection

You can easily select and edit appointments in the .NET MAUI Scheduler with the following keyboard shortcuts.

ActionShortcut key
Move selection to the next appointment in the LTR layout or the previous appointment in the RTL layout from the currently selected appointment or selected date/time.Tab
Move selection to the previous appointment in the LTR layout or the next appointment in the RTL layout from the currently selected appointment or selected date/time.Shift +Tab
Delete the selected appointment.Delete
Edit the selected appointments.

The Tapped event will be triggered once the Enter key is pressed on the selected appointment. You can use this event to edit the selected appointment.

Enter
Interacting with .NET MAUI Scheduler Appointments Using Keyboard
Interacting with .NET MAUI Scheduler Appointments Using Keyboard

Scheduler header interaction

The .NET MAUI Scheduler header buttons like the view buttons, the Today button, and the navigation arrows are easily activated using the following keyboard shortcuts.

ActionShortcut keys
Move selection to the next focusable element in the LTR layout or the previous focusable element in the RTL layout from the currently selected header element.Tab
Move selection to the previous focusable element in the LTR layout or the next focusable element in the RTL layout from the currently selected header element.Shift+ Tab
Activate the selected header button.Enter
Keyboard Interaction with .NET MAUI Scheduler Header
Keyboard Interaction with .NET MAUI Scheduler Header

Navigate to calendar views

The .NET MAUI Scheduler allows you to display calendar dates and appointments in different views. You can easily switch the calendar views using the following shortcut keys.

ActionWindows shortcut keysmacOS shortcut keys
Navigate to the day view.Ctrl+Alt+1Command+1
Navigate to the week view.Ctrl+Alt+2Command+2
Navigate to the workweek view.Ctrl+Alt+3Command+3
Navigate to the month view.Ctrl+Alt+4Command+4
Navigate to the timeline day view.Ctrl+Alt+5Command+5
Navigate to the timeline week view.Ctrl+Alt+6Command+6
Navigate to the timeline workweek view.Ctrl+Alt+7Command+7
Navigate to the timeline month view.Ctrl+Alt+8Command+8
Navigate to the agenda view.Ctrl+Alt+9Command+9
Navigating to the .NET MAUI Scheduler’s Calendar Views Using the Keyboard
Navigating to the .NET MAUI Scheduler’s Calendar Views Using the Keyboard

References

For more details, refer to the accessibility support in the .NET MAUI Scheduler documentation.

Conclusion

Thanks for reading! In this blog, we briefly covered the keyboard shortcut keys introduced in the Syncfusion .NET MAUI Scheduler for the 2022 Volume 3 release. Use these shortcuts to easily interact with Scheduler elements. Also, have a look at our Release Notes and What’s New pages to see the other updates in the 2022 Volume 3 release.

If you have any feedback, special requirements, or controls that you’d like to see in our .NET MAUI suite, please let us know in the comments section below.

Also, you can contact us through our support forumsupport portal, or feedback portal. We are always happy to assist you!

Test Flight
App Center Badge
Google Play Store Badge
Microsoft Badge
Github Store Badge

Related blogs

Tags:

Share this post:

Popular Now

Be the first to get updates

Subscribe RSS feed

Be the first to get updates

Subscribe RSS feed