THe main addition here is the menu system that is used to contoll the phone. THere are also some small helper scripts for calls etc.
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			122 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			122 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
#!/usr/bin/env bash
 | 
						|
 | 
						|
if pidof svkbd-colemak || pidof svkbd-numbers; then
 | 
						|
	pkill "svkbd-*"
 | 
						|
else
 | 
						|
	svkbd-colemak & disown
 | 
						|
fi
 |