mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 19:52:45 +00:00 
			
		
		
		
	 9906f41e01
			
		
	
	
		9906f41e01
		
	
	
	
	
		
			
			Adding a context menu which lists configured keymaps and allows setting the active keymap
		
			
				
	
	
		
			14 lines
		
	
	
	
		
			269 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			269 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| serenity_component(
 | |
|     Keymap.Applet
 | |
|     REQUIRED
 | |
|     TARGETS Keymap.Applet
 | |
| )
 | |
| 
 | |
| set(SOURCES
 | |
|     KeymapStatusWindow.cpp
 | |
|     KeymapStatusWidget.cpp
 | |
|     main.cpp
 | |
| )
 | |
| 
 | |
| serenity_bin(Keymap.Applet)
 | |
| target_link_libraries(Keymap.Applet LibGUI LibCore LibGfx LibMain LibKeyboard)
 |