Clean up SEND_STRING keycodes and add media keys (#3214)
* Clean up SEND_STRING keycodes and add media keys * Remove stray define * Add missing SEND_STRING keycodes for completeness Also, add KC_EJCT to the keycode references
This commit is contained in:
		
							parent
							
								
									ee3b9d2ef0
								
							
						
					
					
						commit
						6590f3c811
					
				
					 3 changed files with 203 additions and 162 deletions
				
			
		| 
						 | 
				
			
			@ -167,6 +167,7 @@ This is a reference only. Each group of keys links to the page documenting their
 | 
			
		|||
|`KC_MEDIA_STOP`        |`KC_MSTP`           |Stop Track                                     |
 | 
			
		||||
|`KC_MEDIA_PLAY_PAUSE`  |`KC_MPLY`           |Play/Pause Track                               |
 | 
			
		||||
|`KC_MEDIA_SELECT`      |`KC_MSEL`           |                                               |
 | 
			
		||||
|`KC_MEDIA_EJECT`       |`KC_EJCT`           |Eject (macOS)                                  |
 | 
			
		||||
|`KC_NUMLOCK`           |`KC_NLCK`           |Keypad Num Lock and Clear                      |
 | 
			
		||||
|`KC_KP_SLASH`          |`KC_PSLS`           |Keypad `/`                                     |
 | 
			
		||||
|`KC_KP_ASTERISK`       |`KC_PAST`           |Keypad `*`                                     |
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -194,6 +194,7 @@ Windows and macOS use different keycodes for "next track" and "previous track".
 | 
			
		|||
|`KC_MEDIA_STOP`        |`KC_MSTP`|Stop Track                       |
 | 
			
		||||
|`KC_MEDIA_PLAY_PAUSE`  |`KC_MPLY`|Play/Pause Track                 |
 | 
			
		||||
|`KC_MEDIA_SELECT`      |`KC_MSEL`|                                 |
 | 
			
		||||
|`KC_MEDIA_EJECT`       |`KC_EJCT`|Eject (macOS)                    |
 | 
			
		||||
 | 
			
		||||
## Number Pad
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue