Skip to content

Instantly share code, notes, and snippets.

View sumio's full-sized avatar

TOYAMA Sumio sumio

View GitHub Profile
@sumio
sumio / MyEmacs.xml
Created November 29, 2015 15:58
Android Studioで使っているkeymapファイル。EmacsとEclipseを適当に混ぜたもの。
<?xml version="1.0" encoding="UTF-8"?>
<keymap version="1" name="My Emacs" parent="Emacs">
<action id="$Copy">
<keyboard-shortcut first-keystroke="alt C" />
<keyboard-shortcut first-keystroke="ESCAPE" second-keystroke="W" />
<keyboard-shortcut first-keystroke="meta W" />
</action>
<action id="Back">
<keyboard-shortcut first-keystroke="control alt LEFT" />
<mouse-shortcut keystroke="button4" />
@sumio
sumio / gist:8c08f751c27e827f3463
Last active July 20, 2016 16:11
uiautomatorのテストをgradleやAndroid Studioからビルド・実行するためのbuild.gradleファイルです。
/*
* Copyright 2014-2015 TOYAMA Sumio <jun.nama@gmail.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software