You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					32 lines
				
				5.2 KiB
			
		
		
			
		
	
	
					32 lines
				
				5.2 KiB
			| 
								 
											9 years ago
										 
									 | 
							
								### 3  Poker
							 | 
						||
| 
								 | 
							
								[keymap_poker.c](keymap_poker.c) emulates original Poker layers
							 | 
						||
| 
								 | 
							
								while both [keymap_poker_bit.c](keymap_poker_bit.c) and [keymap_poker_set.c](keymap_poker_set.c) implements same layout in different way and they fix a minor issue of original Poker and enhance arrow keys.
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    Fn + Esc = `
							 | 
						||
| 
								 | 
							
								    Fn + {left, down, up, right}  = {home, pgdown, pgup, end}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#### 3.0 Default layer
							 | 
						||
| 
								 | 
							
								    ┌─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┐
							 | 
						||
| 
								 | 
							
								    │  `  │  1  │  2  │  3  │  4  │  5  │  6  │  7  │  8  │  9  │  0  │  -  │  =  │▒▒▒▒▒│BkSpc│
							 | 
						||
| 
								 | 
							
								    ├─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┤
							 | 
						||
| 
								 | 
							
								    │ Tab │  Q  │  W  │  E  │  R  │  T  │  Y  │  U  │  I  │  O  │  P  │  [  │  ]  │  \  │█████│
							 | 
						||
| 
								 | 
							
								    ├─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┤
							 | 
						||
| 
								 | 
							
								    │Caps │  A  │  S  │  D  │  F  │  G  │  H  │  J  │  K  │  L  │  ;  │  '  │▒▒▒▒▒│Enter│█████│
							 | 
						||
| 
								 | 
							
								    ├─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┤
							 | 
						||
| 
								 | 
							
								    │Shift│▒▒▒▒▒│  Z  │  X  │  C  │  V  │  B  │  N  │  M  │  ,  │  .  │  /  │▒▒▒▒▒│Shift│▒▒▒▒▒│
							 | 
						||
| 
								 | 
							
								    ├─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┤
							 | 
						||
| 
								 | 
							
								    │Ctrl │ Gui │ Alt │█████│█████│█████│Space│█████│█████│█████│ Fn  │ Gui │ App │Ctrl │█████│
							 | 
						||
| 
								 | 
							
								    └─────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┘
							 | 
						||
| 
								 | 
							
								#### 3.1 Poker Fn layer
							 | 
						||
| 
								 | 
							
								    ┌─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┐
							 | 
						||
| 
								 | 
							
								    │ Esc │ F1  │ F2  │ F3  │ F4  │ F5  │ F6  │ F7  │ F8  │ F9  │ F10 │ F11 │ F12 │▒▒▒▒▒│     │
							 | 
						||
| 
								 | 
							
								    ├─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┤
							 | 
						||
| 
								 | 
							
								    │     │ FnQ │ Up  │     │     │     │     │     │     │ Cal │     │Home │ Ins │     │█████│
							 | 
						||
| 
								 | 
							
								    ├─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┤
							 | 
						||
| 
								 | 
							
								    │     │Left │Down │Right│     │     │ Psc │ Slk │Pause│     │ Tsk │ End │▒▒▒▒▒│     │█████│
							 | 
						||
| 
								 | 
							
								    ├─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┤
							 | 
						||
| 
								 | 
							
								    │     │▒▒▒▒▒│ Del │     │ Web │Mute │ VoU │ VoD │     │PgUp │PgDwn│ Del │▒▒▒▒▒│ Up  │▒▒▒▒▒│
							 | 
						||
| 
								 | 
							
								    ├─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┤
							 | 
						||
| 
								 | 
							
								    │     │     │     │█████│█████│█████│ FnS │█████│█████│█████│ Fn  │Left │Down │Right│█████│
							 | 
						||
| 
								 | 
							
								    └─────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┘
							 |